• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Question Environment doesn't load

Zure

New member
Joined
Dec 21, 2024
Messages
6
Reactions
2
I have a scene 'Collecting the Rent' from Hub with all files downloaded (no files missing). In scene browser I see both scene file and environment file but when I load scene with atoms (models) I got just two persons an UI but no environment at all. What causes the problem?
 
Solution
Perhaps the asset name is incorrect.
1. extract [collecting the rent.json] from [Blaspheratus.collecting_the_rent.1.var]
2. open [collecting the rent.json]
3. edit line
"assetUrl" : "Ivam.Ashleys_Apartment.latest:/Custom/Assets/Unity/ashley_apartment.assetbundle"
to
"assetUrl" : "Ivam.Ashleys_Apartment.latest:/Custom/Assets/Unity/ashlapp.assetbundle"
4. reload [collecting the rent.json] or copy to [Blaspheratus.collecting_the_rent.1.var]
Perhaps the asset name is incorrect.
1. extract [collecting the rent.json] from [Blaspheratus.collecting_the_rent.1.var]
2. open [collecting the rent.json]
3. edit line
"assetUrl" : "Ivam.Ashleys_Apartment.latest:/Custom/Assets/Unity/ashley_apartment.assetbundle"
to
"assetUrl" : "Ivam.Ashleys_Apartment.latest:/Custom/Assets/Unity/ashlapp.assetbundle"
4. reload [collecting the rent.json] or copy to [Blaspheratus.collecting_the_rent.1.var]
 
Upvote 0
Solution
Back
Top Bottom