Search found 5 matches

by steve18624
Fri Aug 14, 2020 6:40 am
Forum: General Discussion
Topic: Maintaining ES3References between scenes, singletons, serializing prefabs and scriptable objects
Replies: 1
Views: 947

Maintaining ES3References between scenes, singletons, serializing prefabs and scriptable objects

I am posting this because I couldn’t find the answers in other posts and hopefully it will help other people with similar questions. I am running into a few issues when trying to use ES3 in a more complex project (e.g. more than one scene and where objects that need to be saved/serialized are instan...
by steve18624
Tue Aug 11, 2020 12:56 am
Forum: General Discussion
Topic: Not saving ScriptableObjects correctly, losing prefab ref
Replies: 18
Views: 8916

Re: Not saving ScriptableObjects correctly, losing prefab ref

Hi Joel,

I couldn't get it to work. I'm DM you.
by steve18624
Fri Jul 31, 2020 11:28 pm
Forum: General Discussion
Topic: Not saving ScriptableObjects correctly, losing prefab ref
Replies: 18
Views: 8916

Re: Not saving ScriptableObjects correctly, losing prefab ref

Unfortunately adding a specific referenceID did not work. I confirmed that ES3 was adding it's own unique ID without explicitly inputting one as a parameter, so inputting a parameter seems redundant- unless I'm missing something. After some debugging and testing, I found a solution. However, it is n...
by steve18624
Wed Jul 29, 2020 11:06 pm
Forum: General Discussion
Topic: Not saving ScriptableObjects correctly, losing prefab ref
Replies: 18
Views: 8916

Re: Not saving ScriptableObjects correctly, losing prefab ref

Hi Joel, Thanks. I tried the solution that you mentioned and it didn't solve the problem. I confirmed that I have the latest version. I added the references manually in the inspector and immediately after they were instantiated via script (see below). When I added the references manually, I noticed ...
by steve18624
Tue Jul 28, 2020 1:59 am
Forum: General Discussion
Topic: Not saving ScriptableObjects correctly, losing prefab ref
Replies: 18
Views: 8916

Re: Not saving ScriptableObjects correctly, losing prefab ref

Hello,

I am experiencing this same issue (i.e. prefab references on SO's missing) and if possible I'd like to know how this thread was resolved. I am instantiating the Scriptable Object though, so it may be a different/similar issue.

Thanks.