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