- Home /
Screen Tearing Animations in Unity from Maya
I have an object I animated in Maya. I imported the animated object into Unity as a prefab. When my character jumps on the object, he travels across the world on top of the object. (think of it as a flying carpet).
Here's the problem...
I see really bad screen tearing while I'm on the object. It's almost like the frame-rate is not fast enough. Any ideas? Please help. I appreciate it!
Thank you!
Shawn
are you seeing most of the world when you are on this flying object? If so, it is the polycount that is killing your performance. you might want to run this fps script and report back the fps before flying and while flying.http://www.unifycommunity.com/wiki/index.php?title=FramesPerSecond
thanks for the reply...I am able to see the rest of the world with no problems. It's only the platform I am traveling on (which is just a flat plane). $$anonymous$$y game only has flat planes with no extra geometry so I doubt it's the fps.
Also, it's not killing performance. The game runs smooth, its just the animation of the plane that starts to screen $$anonymous$$r.
Your answer
Follow this Question
Related Questions
Prefab and creating objects in script help 1 Answer
Losing texture connections when creating a prefab 0 Answers
Child Animation synced with Parrent objects Animation 0 Answers
Can you animate instantiated prefabs? 0 Answers
Unity video splash screen 0 Answers