- Home /
Question by
Lenny991 · Oct 04, 2021 at 04:55 AM ·
savescriptableobjectfindfolder
How to find ScriptableObject from folder by name or id
so, i have an item folder and i would like to make a save system.
How could i find a scriptableobject by its name or an id variable from the folder in a script? thanks :)
Comment
Best Answer
Answer by TalkingBlah · Oct 04, 2021 at 06:05 AM
https://docs.unity3d.com/ScriptReference/Resources.html
probably this will help you out
Thanks, haven't tested it yet but that sounds about right
Your answer
Follow this Question
Related Questions
Saving a ScriptableObject .asset on Android? 1 Answer
Editor: How to save changes to a ScriptableObject loaded from Resources? 1 Answer
Unity Not Loading 0 Answers
Accessing the computer's local files 1 Answer
Unity Won't Load 0 Answers