Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by cyangamer 1 · Jul 21, 2010 at 11:27 PM · editorbugblenderrigged

Need A workaround for two Unity bugs

I get two errors whenever I import a rigged model from Blender:

!IsFinite(outDistanceAlongView) UnityEditor.Handles:Internal_DrawCamera(Camera, Int32) UnityEditor.Handles:Internal_DrawCamera(Camera, Int32) UnityEditor.Handles:DrawCamera(Rect, Camera, Int32) UnityEditor.SceneView:OnGUI() System.Reflection.MonoMethod:InternalInvoke(Object, Object[]) System.Reflection.MonoMethod:InternalInvoke(Object, Object[]) System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) System.Reflection.MethodBase:Invoke(Object, Object[]) UnityEditor.HostView:Invoke(String) UnityEditor.DockArea:OnGUI()

[....\Runtime\Camera\RetainedRenderqueue.cpp line 335]

!slot->GetLocalAABB().IsValid() UnityEditor.Handles:Internal_DrawCamera(Camera, Int32) UnityEditor.Handles:Internal_DrawCamera(Camera, Int32) UnityEditor.Handles:DrawCamera(Rect, Camera, Int32) UnityEditor.SceneView:OnGUI() System.Reflection.MonoMethod:InternalInvoke(Object, Object[]) System.Reflection.MonoMethod:InternalInvoke(Object, Object[]) System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) System.Reflection.MethodBase:Invoke(Object, Object[]) UnityEditor.HostView:Invoke(String) UnityEditor.DockArea:OnGUI()

[....\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!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

3 Replies

· Add your reply
  • Sort: 
avatar image
6
Best Answer

Answer by jonas-echterhoff · Jul 23, 2010 at 09:42 AM

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.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image cyangamer 1 · Jul 23, 2010 at 08:01 PM 0
Share

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!

avatar image
0

Answer by Murcho · Jul 22, 2010 at 03:23 AM

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.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image cyangamer 1 · Jul 22, 2010 at 08:11 AM 0
Share

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.

avatar image Amitloaf · Jul 24, 2014 at 12:32 PM 0
Share

I still experience this bug, even in version 4.5. This is a particle bug but the link here doesn't work for me. Anyone knows of a solution?

avatar image
0

Answer by citycrusher · May 28, 2013 at 01:31 PM

i got the same error messages tonight & after a hunt around i realized it comes from setting the thing "static" in the inspector window. uncheck static for the object(s) & it goes away.

worked for me anyway so thought i'd share :)

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image It is I2 · Jul 12, 2013 at 09:48 AM 0
Share

I also have the same error. it seems to be com$$anonymous$$g from my player animator (when i turn it off, no more error). But no solution to my problem, since without animation it is not really a game is it?

avatar image Fox-Handler · Jul 19, 2014 at 08:39 AM 0
Share

thanks, this was driving me crazy

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Related Questions

Move armature bones in scene Hierarchy 1 Answer

Unity 5 editor flickering/glitchy (examples inside) 3 Answers

blender uv to image editor 0 Answers

Strange graphical bug in Editor GUI 1 Answer

Blender 2.58 model always stays at origin in play mode after being moved in the editor 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges