You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. I was unable to reproduce the error, but since it's a simple null ref I added a null check to the line in question. Lemme know if that fixed it!
This error is about Deformable is not removed from DeformMaganager on stop (editor) or scene unload (build). Object with deformable component destroyed, but DeformManager still excute it's update.
However, this happened with me only in case if I got Deformable component disabled by default on start. I wasn't sure how is it better to toggle deformable exactly when it needed and used this approach. But, after I enabled it by defaul but jsut set update option to Stop, and toggle to Play/Pause layer on, everything worked as expected without error.
Describe the bug
On scene unload or editor play mode stop I get the error
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: