- Home /
New object in Addressable Asset isn't accesable
First step:
Create new Addressable Assets Bundle build with two prefabs (New Build option)
Put assets to local host that is used for test.
Create project build.
Result:
In editor (Use Existing Build mode): Instantiate two objects by name. Everything works fine.
In build: Instantiate two objects by name. Everything works fine.
Second step:
- Update Addressables (Update a Previous Build option):
update texture for second object add
third object (as prefab)
Put new bundles to local host
Result:
In editor (Use Existing Build mode): Instantiate three objects by name. Second object has new texture. Everything works fine.
In build: Instantiate two objects by name. Second object has new texture. Can not instantiate third object. Error as there is no third object.
Why I can't create object that was added to bundle?
Your answer
Follow this Question
Related Questions
Can I set an Asset as Addressable at Runtime? 0 Answers
Addressable Assets integer Addresses? 0 Answers
can't load adressables from remote link 1 Answer
Addressables - Use Asset Database (faster) - Not loading assets within a folder 1 Answer
Prefab in my asset bundle for iOS gets corrupted and doesn't show in the app 0 Answers