• Bugs
  • Error AABB Unity

Hi,

We have been making a mobile game for the last few months. Now we need to make a intro video and we made this in Spine. Now when we import the animation into Unity we get multiple AABB Errors and the video is really laggy and slow.

We haven't found any info online about it and it's not unity's problem because we have this problem multiple times with multiple animations that we made.

Anyone else having this problem? Anyone know how to fix it?

Thanks in advance!

Related Discussions
...
  • Змінено

Have you updated to the latest runtimes? We had a bug related to this before but it was fixed in August.
Optimization Pass Bugs
Update Invalid AABB error

These AABB errors without stacktraces (and the IsFinite errors) are on Unity's C++ backend, and is likely that mesh bounds aren't being calculated correctly (or at all).

Can you describe what your setup is? What those animations were? Were they effects? animations where all images disappear completely?

We are running version 2.1.27 of Spine.

We were able to narrow the problem down to Images being off in the setup, or being turned off in the animation. Now that we simply moved the image out of the way in 1 frame the bug stopped. This is a quick fix because we are low on time, but is quite a problem for future animation. 🙂

The animations run from character rigs to slide's of images to create a movie animation.

I meant the updated runtime. Not the updated editor.
It's supposed to have caught those cases by now. Images being off in setup pose shouldn't be a problem.

If you have permission, you can send your spine exported files to unity@esotericsoftware.com for us to test it and fix the runtime.