extends Resource
class_name MyResource
export (String) var name
export (String) var text
This is my test Custom Resource Class. I know that it is possible to create Objects from a Resource Class, but I want to create an Object with the Values of the File.
No Combination of load(), ResourceLoader.load, load().instance() works and I can't seem to find anything that explains whether it is even Possible.
Help would be greatly appreciated.