Scriptable Objects and Assetbundles
Hello, For context the player can select a story that he wants to see and then that story is loaded. Every Story contains a lot of pictures and is quite hard in terms of space (mobile game). I can get one story itself below 150mb but not more than one story.
The Problem lies in how the player selects the story. Currently I have a Buttonprefab that has a variable for the story the button is supposed to load. that variable is the scriptable object.
The problem is that as a result the story selection holds references to every single story which is basically the whole game
Im not sure how I am able to keep the stories apart from each other.
Thanks for any answers in advance
Your answer
Follow this Question
Related Questions
Scriptable Objects inside other SO's not loading properly from Asset Bundle 1 Answer
I'm using 1 Scriptable Object to save my collection of events. 0 Answers
ScriptableObject loses data when I hit Play 1 Answer
use AssetBundle.LoadAssetAsync in editor is about 10 times slower on windows than on ios devices 1 Answer
Serializable Class On ScriptableObject Null when loaded from AssetBundle 2 Answers