Search found 3 matches

by Drandy007
Tue Mar 01, 2022 4:01 am
Forum: General Discussion
Topic: Problem with saving ScriptableObject.
Replies: 3
Views: 986

Re: Problem with saving ScriptableObject.

Joel wrote: Sun Feb 20, 2022 10:32 pm Hi there,

Please could you provide me with information on the ScriptableObject you’re saving.

All the best,
Joel
Have updated the post with request info.
by Drandy007
Sun Feb 20, 2022 9:30 pm
Forum: General Discussion
Topic: Problem with saving ScriptableObject.
Replies: 3
Views: 986

Problem with saving ScriptableObject.

I'm trying to create a save system using EasySave3. I've got it to save when the variable (ScriptableObject data type) is set in the Inspector but, I need to create an instance of the scriptableobject at runtime, so can't be set in Inspector. It keeps coming up with ArgumentNullException: Value cann...
by Drandy007
Sat Feb 19, 2022 12:46 am
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 104443

Re: REQUEST EXAMPLES AND TUTORIALS HERE

I'm trying to create a save system using EasySave3. I've got it to save when the variable (ScriptableObject data type) is set in the Inspector but, I need to create an instance of the scriptableobject at runtime, so can't be set in Inspector. It keeps coming up with ArgumentNullException: Value cann...