Forum rules - please read before posting.

Unity 6.3 AC 1.84 compilation error

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.

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.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.