Hey seems im in a little bit of a pickle. and yes i know you can’t use new with when you inherit from monobehaviour and you should use .addcomponent. however im not using monobehaviour in my class, and yes im getting this issue when im creating a new list of this class without any base class. you can see what i mean in the code below. wondering if im missing anything?
Also im wanting the resource class to be Serializable so i can see it in the inspector. but yet im getting the warning of cant use new keyword on monobehaviour. even when my resource class is not inheriting from it
Class im using in my list:
Line im getting the issue on: