Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Exception: Animation with name [shadow_fireguard_dodge] does not exist
  2. SF3.Moves.ModelMoves+TriggersByItem.AddAnimationName (System.String name, SF3.GameModels.Model modelState, System.Collections.Generic.Dictionary`2& animNamesCompliance) (at Assets/src/FightCore/animations/ModelAnimationData/ModelMoves.cs:240)
  3. SF3.Moves.ModelMoves+TriggersByItem.CreateTriggersAnimations (ITriggerAction actionsVal, SF3.GameModels.Model modelState, System.Collections.Generic.Dictionary`2& animNamesCompliance) (at Assets/src/FightCore/animations/ModelAnimationData/ModelMoves.cs:212)
  4. SF3.Moves.ModelMoves+TriggersByItem.InitTriggersActionsFunc (SF3.GameModels.Model modelState, System.Collections.Generic.Dictionary`2& animNamesCompliance) (at Assets/src/FightCore/animations/ModelAnimationData/ModelMoves.cs:199)
  5. SF3.Moves.ModelMoves+TriggersByItem..ctor (SF3.GameModels.Model modelState, System.Collections.Generic.List`1 moveTriggersAll, System.Collections.Generic.Dictionary`2& animNamesCompliance) (at Assets/src/FightCore/animations/ModelAnimationData/ModelMoves.cs:156)
  6. SF3.Moves.ModelMoves.LoadMoves (SF3.GameModels.Model modelState) (at Assets/src/FightCore/animations/ModelAnimationData/ModelMoves.cs:54)
  7. SF3.GameModels.Model.InitBasicData () (at Assets/src/FightCore/models/Model_Initialization.cs:159)
  8. SF3.GameModels.Model.Initialize (Boolean needInit, Nullable`1 needToMirror, Boolean needActive) (at Assets/src/FightCore/models/Model_Initialization.cs:166)
  9. SF3.ModelsManager.CreateBattleModels (SF3.GameModels.ModelInfo playerInfo, SF3.GameModels.ModelInfo enemyInfo) (at Assets/src/FightCore/BattleControllers/ModelsManager.cs:241)
  10. SF3.RoundController.InitNewRound (.FightInfo currentFight) (at Assets/src/FightCore/BattleControllers/RoundController.cs:193)
  11. StageRoundStart+<RoundControllerLoading>c__Iterator3.MoveNext () (at Assets/src/FightCore/BattleControllers/Stages/StageRoundStart.cs:255)
  12. UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement