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 Bombshell93 · Sep 14, 2012 at 06:55 AM · assetloadinglevelsandboxadventure

How would I go about making an open world game?

I'm making an adventure game, being an adventure game I'd like it not to be so linear, I'd like it to have a fairly open world. I've got an idea or 2 as to how I would pull it off, but I'd like to know if there were more stable ways, or what I should look out for in particular to not impact performance.

So my base idea is cut a map into chunks, in relation to the player I'd say these chunks would take around 40 seconds to traverse (possibly 20 seconds with a mount, which is a planned part of late gameplay)

the chunks will be loaded into memory not long before their due at the cameras far plane, once loaded they will have references to resource profiles, defining the textures / models / sounds, they will need, if the resource profiles contents are already loaded, it will be referenced, if it is not, it will be loaded.

chunks are unloaded when they are 2 chunks away from the cameras far plan, each 2 waves of unloading resource profiles are checked for references, if nothing is referencing them they are unloaded. a resource profile will not link to a chunks model, the chunk itself will link to that directly as well as ofc links and transforms for the objects in the chunks.

I know its a hell of a read, but I'd like an outside opinion on this, is there another way to consider? will this impact performance in any significance? in general I'd like to know of any pros and cons I may have overlooked of both my concept and any options I may have.

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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by DaveA · Sep 14, 2012 at 07:03 AM

This has been asked/answered before so search around. But my $.02: If it's web-based, you can uses LoadSceneAdditive to add more stuff to the existing level. If you have Pro you can use AssetBundles to load things on the fly. If you don't want to use either of those, you can use the WWW class to download your own assets, but it will be up to you to parse them into the scene. Look in the Asset Store I think there are some addons for doing this stuff.

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

11 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Seamless Room Transitions 0 Answers

Networking Level Loading Issues 1 Answer

Memory Locking While Loading Issue 0 Answers

Loading Screen? 6 Answers

getting loading progress for a level 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