Random Invalid AABB inAABB error
Ok, so I don't know if this is exactly a question or if submit it as an issue but here's the problem: I have an application where you input text in an inputfield and the sign language gesture of this word plays as an animation of a 3D model in the scene. At completely random times an "Invalid AABB inAABB" error appears and after that the input doesn't work anymore at all. All buttons/ inputfields/texts etc. are correctly scaled (all 1,1,1), font is the Unity default (Arial) and the problem appears to be much more profound in slower PCs. Is this maybe an Event System issue? A problem with the Animator? The exact problem is:
Invalid AABB inAABB
UnityEngine.Canvas.SendWillRenderCanvases ()
EDIT:
Ok, so I had forgotten an
!isIdle
flag and now at least the input works but the
Invalid AABB inAABB
problem remains at completely random times. I've checked all the menu elements at runtime and in the editor. It's just random. If anyone has any idea why this might happen please help. Thanks! :D
Your answer
Follow this Question
Related Questions
Input.GetKeyDown don't work. 1 Answer
difficulty in detecting multi touch 1 Answer
Creating a simple character controller (Script provided) 1 Answer
Oculus UI click firing previously clicked UI button before current clicked UI button 1 Answer
UNITY no longer detecting XBOX360 controller input,XBOX 360 controller no longer working with UNITY 0 Answers