CDK keeps crashing whenever i spawn anything from objectGroups
The first error is specifically related to a failure loading an animation resource.
The CDK is trying to load an animation asset named unit_hangar_technic_snowball_hit_anim
and it fails because the asset is missing, corrupted, or incorrectly referenced.
I bet you get this error when clicking on the “Show Units Assets” button.
This second error also points to a resource loading failure, but this time it’s within the animation system—specifically during the initialization of an animation graph.
The CDK editor is trying to load an animation graph (.animgraph
) that either:
- Doesn’t exist.
- Is corrupted.
- Is not correctly referenced in your unit or scene data.
Even though none of my maps have the ‘unit_hangar_technic_snowball_hit_anim
’ in them, the editor appears to be trying to load them anyways.
These errors can only be fixed by the Gaijin Developers and the editor recompiled and tested.