Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 Virenz · Aug 25, 2015 at 09:18 AM · bakeruntime-generationfrustumfrustrumculling

How do i do frustum culling in runtime

To frustum cull with objects created in runtime, in the editor you could

  • Change the script to execute in edit mode using [executeineditmode]

  • Click play

  • Click play again (To stop the game)

  • Bake

  • Click play

and then you would have frustum culling working with your generated objects in runtime. However, in a app it is not possible to do this. So i was thinking, if you could get the bake script that Unity uses, and then run it in runtime, it may work, however i am not sure. I doesn't matter if it takes a long time ( as long as its not over a minute) to work out all the geometry, as long in the end the game runs quickly. I have looked at some of the plugins that say that they can do frustum culling in runtime, but looking at the comments on these plugins shows me that all that they do is send rays all over where the camera is looking, and this results in only a slight optimization. If it is impossible to use the bake script in runtime, then is sending rays all over where the camera is viewing and then rendering what the rays hit the best way? Because that's what all the scripts i looked up were doing. Thanks!

Comment
Add comment · Show 1
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 fffMalzbier · Aug 25, 2015 at 10:03 AM 0
Share

You are probably confusing Occlusion culling and frustum culling.

frustum culling: Cull geometry that is outside of your camera's view frustum. occlusion culling: Culling geometry that is fully occluded by other geometry.

Unity does frustum culling for all geometry without baking based on their bounding boxes at runtime.

In theory it would be possible to build a script that can build occlusion data on request at runtime, but unity has non such script / function built in. The reason the moste runtime occlusion culling asset are just using raycast is that it can handle very dynamic changing geometry like destroyed walls or all type of dynamic geometry. The the performance benefits of occlusion culling depends on your scene layout.

0 Replies

· Add your reply
  • Sort: 

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Where is 'min region area' setting when baking navmesh at runtime? 2 Answers

What happened to the Renderer.Render function? It has ceased to exist in Unity 5.x 1 Answer

occlusion culling not working 2 Answers

NavMesh Baking Problems 0 Answers

Poor texture quality on baking 2 Answers


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