I upgraded to Unity 6.3 (6000.3.3f1) and getting the following compilation error with AC 1.84, any ideas on how to resolve?
Assets\AdventureCreator\Scripts\Animation\SpriteDirectionData.cs(25,4): error CS0592: Attribute 'SerializeField' is not valid on this declaration type. It is only valid on 'field' declarations.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
This has since been fixed in recent releases.
To fix without updating, open up the mentioned script file, SpriteDirectionData, and remove the
[SerializeField]on line 25.