Forum rules - please read before posting.

Couple of small errors I cant fix

2D game... got 2 small issues.

NPC walks up an down, I have multiple directions and frame flip left to right set, and it works in the Unity Client, but doesnt flip after building.

and I have an un-tracable error, maybe its related, if not its still creating 999+ spam in console, that I dont ,ike..
Animator.GotoState: State could not be found
UnityEngine.Animator:Play(String, Int32)
AC.AnimEngine_SpritesUnity:PlayStandardAnim(String, Boolean) (at Assets/AdventureCreator/Scripts/Animation/AnimEngine_SpritesUnity.cs:623)
AC.AnimEngine_SpritesUnity:PlayIdle() (at Assets/AdventureCreator/Scripts/Animation/AnimEngine_SpritesUnity.cs:549)
AC.Char:AnimUpdate() (at Assets/AdventureCreator/Scripts/Character/Char.cs:670)
AC.Char:_Update() (at Assets/AdventureCreator/Scripts/Character/Char.cs:395)
AC.NPC:_Update() (at Assets/AdventureCreator/Scripts/Character/NPC.cs:94)
AC.StateHandler:Update() (at Assets/AdventureCreator/Scripts/Game engine/StateHandler.cs:309)

Comments

  • If you aren't using the latest AC, please upgrade.  The error messages don't mean anything unless I know what version you're using.  If you're using the latest AC with Unity 5, then the Console will tell you which animation it's trying to play yet cannot find.
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.