Search found 7 matches

by threeguysgamestudio
Tue Jun 18, 2019 1:56 pm
Forum: General Discussion
Topic: Constant MissingReferenceException in editor
Replies: 16
Views: 10218

Re: Constant MissingReferenceException in editor

Same problems on my end as well.

In particular, the Settings menu error. I've tried deleting and re-installing ES3 a few times, no luck.
by threeguysgamestudio
Thu May 30, 2019 5:07 pm
Forum: General Discussion
Topic: LoadInto<GameObject>() ---- Am I Using It Wrong?
Replies: 3
Views: 1862

Re: LoadInto<GameObject>() ---- Am I Using It Wrong?

I am running Unity 2018.3.5 (with the new Prefab structure), so the Prefab loading/saving stuff is all broken. I really don't even need or want to use ref IDs because I need to be able to transport objects between scenes. All I want is for ES3 to find the component in the GameObject I pass it and ov...
by threeguysgamestudio
Thu May 30, 2019 3:25 pm
Forum: General Discussion
Topic: LoadInto<GameObject>() ---- Am I Using It Wrong?
Replies: 3
Views: 1862

LoadInto<GameObject>() ---- Am I Using It Wrong?

When I use LoadInto<GameObject>(), things don't seem to be working properly. 1) Save<GameObject>() 2) Instantiate a GameObject myObject from Prefab 3) Call LoadInto<GameObject>(myObject) Result: myObject has been renamed, and assigned the correct properties from the saved object. 50% of the time the...
by threeguysgamestudio
Wed May 29, 2019 10:31 pm
Forum: General Discussion
Topic: After Updating ES3 Window (Settings Tab) Endless Loop
Replies: 3
Views: 1803

Re: After Updating ES3 Window (Settings Tab) Endless Loop

I'll see what I can do - the project it happened in is pretty large and it's not happening in some of my smaller projects, though the smaller ones are a fresh install of ES3 whereas the large one had it previously. I have another question, though - for some reason I can't get LoadInto to work proper...
by threeguysgamestudio
Wed May 29, 2019 7:25 pm
Forum: General Discussion
Topic: After Updating ES3 Window (Settings Tab) Endless Loop
Replies: 3
Views: 1803

After Updating ES3 Window (Settings Tab) Endless Loop

There's some kind of endless loop happening in the ES3 Window when I go to the settings tab. No errors occur, but I have a constant 'loading' circle as my mouse cursor. It doesn't happen in the other tabs, however, when I try to change settings (like turn off autosave for a scene) they don't save. I...
by threeguysgamestudio
Thu Feb 14, 2019 10:57 pm
Forum: General Discussion
Topic: New Prefab Structure in Unity 2018 - Breaks ES3 Prefab Save?
Replies: 1
Views: 1276

New Prefab Structure in Unity 2018 - Breaks ES3 Prefab Save?

Hey, I'm trying to set up Prefab saving / loading and I think it may now be broken... Firstly, when trying to use "Enable ES3 Prefab" an error pops up basically indicating you can't do it that way any more. I fixed that using the new way of adding components to Prefabs, but now when trying...