|
I get two errors whenever I import a rigged model from Blender:
[....\Runtime\Camera\RetainedRenderqueue.cpp line 335]
[....\Runtime\Camera\Culler.cpp line 60] Yes, I've sent a bug report, but this doesn't directly alleviate the problem. I still need a way to keep those two errors from popping up, as it's literally slicing my game's FPS in half!
(comments are locked)
|
|
These errors generally mean that one of the objects don't have valid bounds. While I agree that this is definitely a bug we should fixed (if we haven't in 3.0), to work around it for now, you should try finding out which object is causing it. Make a copy of the scene and take objects out until you no longer see the object. In the end you will probably find a mesh which has either zero vertices, or which has vertices with invalid numbers in it. Try to edit those meshes in Blender to see if you can make it go away. Well, I did narrow down the problem to one mesh. Now I just need to figure out how to fix it. Still, a solution's a solution, so I'll approve this one and give an upvote!
Jul 23 '10 at 08:01 PM
cyangamer 1
(comments are locked)
|
|
Theres a similar bug with particle which you can read about here. From reading through what you're doing and the actual error messages, it could be that the scale of your scene is going beyond the regular bounds of the scene, or it could be too small for Unity to deal with. Check your scale settings, and make sure they are something reasonable compared with other objects you have successfully imported from Blender. I came across that question while searching for a workaround. They described what was happening, but unfortunately no working solutions have been provided at Unity Answers yet. I can be a little more patient if this is fixed for Unity 3.0, but given my past experience with game engines, some bugs simply never get around to being fixed so I can't solely depend on the Unity Team. I need a way to keep those errors from lowering my game's performance.
Jul 22 '10 at 08:11 AM
cyangamer 1
(comments are locked)
|
