Hello!
I noticed that on the animation track, if we add an animation clip where it makes the element scale down to 0, the build will crash. Appreciate your time and help!
by user 1052295380936691712
Hello!
I noticed that on the animation track, if we add an animation clip where it makes the element scale down to 0, the build will crash. Appreciate your time and help!
by user 1052295380936691712
Hello there – we have an experimental AI bot that might be able to help you with your question. Would you like to try this out?
How it works:
Reply to the messages of the bot that end with a thread_id
to interact with it and ask follow-up questions. You can also mention the bot directly in this channel to get help.
Help requested: please wait a moment…
Here is what I found for you Discord
Hello Tianxu, it looks like you’ve encountered a specific issue related to an animation clip scaling an element down to a scale of 0 causing a crash. This isn’t described directly in the documentation.
To assist with this issue, I would recommend checking the following:
For further assistance, I would need more detailed information about the crash, including any console logs or error messages, to provide a more precise solution. Consider reaching out to the support channel or forums where you might find additional help for such a specific issue.
If you have any further information or another question, please let me know.
1 messages left GPT 4
thread_WNUTSg9APc9YRL9fSbfIyPyN
Hi, what exactly crashes or errors at runtime? Do you have an error? Or do you get an error during export in unity?
And does the cube have any children or parent objects in the hierarchy or is it just the standard cube?
Does it also happen on a clip without the blending?
saw an error “MISSING Model…” earlier and the error’s gone for some reason…
by user 1052295380936691712
it still happens without the blending, once it hits the first frame of that animation clip, it crashes
by user 1052295380936691712
it happens whenever it has a parent or not
by user 1052295380936691712
Do you have an error message at runtime? It might be related to divisions by zero. If you scale to 0.0001 it works fine I assume?
I didn’t see any error message between loading completion and when it crashed
by user 1052295380936691712
yeahh scaling to 0.0001 works!!
by user 1052295380936691712
I wonder if there’s any chance to get this fixed
by user 1052295380936691712
thank YOU!
by user 1052295380936691712
The issue doesnt reproduce easily (scaling a cube in an animation to 0 doesnt crash the runtime) - I think I need more information about your setup