Прописал анимации, закинул DLC, скомпилил проект, вроде анимации в меню появляются, но при попытке их произвести получаю ошибку. Использую GTA-GO.
Код:
Animations:play unhandled error catched with animationKey = 8_1: System.Collections.Generic.KeyNotFoundException: The given key '8_1' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at System.Collections.ObjectModel.ReadOnlyDictionary`2.get_Item(TKey key)
at Whistler.Core.Animations.Animations.HandlePlayPlayerAnimation(Player player, String animationKey)