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 _Petroz · May 17, 2011 at 05:48 AM · androidoptimizationcullinglod

LOD system with Partial object culling?

I want to make a planet which is quite detailed. The player will never 'land' on the planet but they can get close enough that it takes up the whole screen and far enough away that it would look as small as a coin. Obviously it would require some LOD system with multiple versions of the model. My current dilemma is that I'm struggling to get a high level of detail when the player is close to the planet. I started looking into Frustum culling, the docs say:

Unity ensures that when rendering your objects those which are completely outside of this frustum are not displayed.

It sounds like only complete meshes can be culled, which was confirmed here: http://answers.unity3d.com/questions/1613/frustum-culling

So it seems that I could perhaps split my planet into tiny fragments. Although I suspect that would be difficult to texture correctly and also might increase draw calls.

What is the best way to have a LOD system with a very high detail level and maximum performance? (I want this to run on android)

Edit: The other important factor is the textures, a 2048x2048 texture wrapped around a sphere doesn't look so great when you're up close. Is there a way to handle this?

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

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Meltdown · May 17, 2011 at 07:00 AM

Unity supports Occlusion culling, which can provide great optimisations for your game.

http://unity3d.com/support/resources/tutorials/video-occlusion-culling

http://unity3d.com/support/documentation/Manual/Occlusion%20Culling.html

Although to be honest with you I can't find if it is supported in Android or not. My guess though is because its a PRO only feature and supported iOS Pro it is most probably supported by Android PRO.

Note : Frustrum culling is automatic during the occlusion culling process.

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 _Petroz · May 17, 2011 at 07:53 AM 0
Share

Thanks for the answer, occlusion culling doesn't really help me unless it can partially occlude an object.

avatar image
0

Answer by ScriptGirl · Nov 12, 2011 at 05:09 PM

Could you make the planet by sculpting & joining together spherical terrains? That way your planet would no longer be a single mesh for the purposes of culling and LOD.

Here is a link on how to achieve this (look at the second answer by Duck). Hope this helps!

Comment
Add comment · 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

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

1 Person is following this question.

avatar image

Related Questions

Character Controller slows game heavily on Android 0 Answers

lighting heavy mobile game optimization 0 Answers

Heavy Unity scene on Android (Samsung Galaxy) 2 Answers

How to Smooth X Axis Movement on Mobile Devices? 2 Answers

2D Android game - bad performance after launch 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