-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addressable Scene Support #6
Labels
enhancement
New feature or request
Comments
This functionality will be implemented in a separate library. Please see my comment here: #5 (comment) |
Update: I am currently working on support for addressable scenes. No ETA yet. |
starikcetin
changed the title
save addressable key in json scenemap
Addressables Support
May 15, 2023
Implemented in #47. Will be included in next release. |
Included in 3.0.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if scene is marked as addressable, the scenemap json generator should refresh, and save to the json the addressable key. This will allow in runtime to then run
Addressables.LoadResourceLocationsAsync(MySceneReference.addressableKey)
, which will find you the scene in the addressable catalog and from there you can load the asset through the addressables system.The text was updated successfully, but these errors were encountered: