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
1
Question by David 3 · Mar 31, 2010 at 10:38 AM · memorystreaming

Streaming Support

Hi,

according to http://unity3d.com/unity/licenses.html Unity supports "Fully Fledged Streaming with Asset Bundles"

I had been lead to think that this streaming of geometry happened automattically - ie when you move into a new area of map the geometry would be loaded automatically.

As i read through the documentation it seems that the streaming actually provided is only by programmatic control. Is this the case?

I had thought streaming would help automatically with memory management on devices with low memory - but this does not appear to be the case - are there any other suggestions?

Many thanks

David

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
2
Best Answer

Answer by duck · Mar 31, 2010 at 11:03 AM

Yes, if you want to stream additional geometry or other game-related assets at runtime, you need to manually define what should be streamed, and use your code to define when that streaming should occur.

Unity's main tools for this are:

Streaming Additional "Levels" (Level is a synonym for Scene in Unity)

Unity can stream "levels" in a linear fashion, and using this you can stream content that appears later in the game, while the user is playing earlier parts. You can't pick and choose which order the levels are loaded in, so this is typically used to load a loading screen, menu scene, level 1 scene, level 2 scene, etc. in order.

Read more about level streaming in the Manual: Web Player Streaming

Streaming Additional Assets (geometry, etc)

You can use Asset Bundles, or the Resource Folder.

Asset Bundles give you the functionality to download and instantiate any type of asset at runtime, so you are free from the "linear" nature of the level loading system. Asset Bundles are a Pro Only feature.

For web builds, the contents of your Resource folder gets attached to a particular Level of your choosing, and is loaded as part of that level's download progress, so once that level is loaded, you're free to instantiate items from your Resources.

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
avatar image
0

Answer by David 3 · Apr 08, 2010 at 02:07 PM

Just stumbled across this http://forum.unity3d.com/viewtopic.php?t=45295&start=0> this is the kind of functionality i had hoped Unity had built in i will be following it with interest.

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

No one has followed this question yet.

Related Questions

A node in a childnode? 1 Answer

how much memory is unity when installed? 2 Answers

Limit on the amount of data I can store on Android Devices? 0 Answers

Unity running out of memory 1 Answer

Unity iPhone: Audio "stream from disc" memory usage 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