- Home /
Question by
calpolican · Feb 14, 2018 at 09:52 PM ·
loadingreferencepathscriptable object
Reference scriptable object by path
Is it possible?
I want a singleton to have a reference to my database (scriptable object). I'm looking for the most efficient solution.
Things I thought of:
-Resources.Load(PrefabWithReference);
-using AssetBundle to load the asset (but I just want the ref, do I really have to load it?).
To me the most logic aproach would be to reference it by path, but couldn't find a way to do it.
Comment
Your answer
Follow this Question
Related Questions
Asset bundles and scene references 1 Answer
How do you save a reference to a prefab's script in a ScriptableObject? 0 Answers
Create reference to Hierarchy objects that persists between different scene loads 2 Answers
One Script Referred by Another Script used by Multiple Objects 0 Answers
Assets won't load 0 Answers