Search found 7 matches

by Ptolemie
Sat May 06, 2023 1:47 am
Forum: General Discussion
Topic: ES3.Load Behavior Question
Replies: 5
Views: 2257

Re: ES3.Load Behavior Question

Hey it looks like the project file is too big to PM, even compressed. Should I PM you a drive or dropbox link?
by Ptolemie
Thu May 04, 2023 9:38 pm
Forum: General Discussion
Topic: ES3.Load Behavior Question
Replies: 5
Views: 2257

Re: ES3.Load Behavior Question

I thought that might be the case. In an attempt to assess that, I debugged with breakpoints at Start/Awakes in each of my prefab instance's components. This may or may not be a flawed approach to zeroing in on the problem, but my results showed no positional changes until passing each of my breakpoi...
by Ptolemie
Thu May 04, 2023 5:36 pm
Forum: General Discussion
Topic: ES3.Load Behavior Question
Replies: 5
Views: 2257

ES3.Load Behavior Question

Hey there, I have a prefab instance whose transform.position I'd like to retain when loaded. Currently, when I call the ES3.Load function, my instance is loaded with the prefab's original transform.position, rather than the instance's. Calling the load function a second time moves the prefab instanc...
by Ptolemie
Thu Apr 27, 2023 5:40 pm
Forum: General Discussion
Topic: BoxCollider2D not loading
Replies: 6
Views: 3597

Re: BoxCollider2D not loading

While working on the simple scene to send over, I was unable to reproduce the bug. Meaning EasySave3 worked perfectly as expected. So I took a look in my project, and surprise surprise. The bug was occurring due to my own error. In short, I failed to enable prefab saving on my prefab's nested prefab...
by Ptolemie
Tue Apr 25, 2023 6:16 pm
Forum: General Discussion
Topic: BoxCollider2D not loading
Replies: 6
Views: 3597

Re: BoxCollider2D not loading

I've confirmed the JSON file (I love the formatting ES3 provides) includes the missing colliders. If I press play, save the prefab, disable an enabled collider, and hit load, the collider reverts to its saved, 'enabled' state.
by Ptolemie
Tue Apr 25, 2023 6:00 pm
Forum: General Discussion
Topic: BoxCollider2D not loading
Replies: 6
Views: 3597

Re: BoxCollider2D not loading

Hey there, I definitely missed that step, but after following the steps to add my prefabs' references to the manager while the scene they are in was open, the problem persists. It's not unexpected, with the level of complexity involved in my prefabs. What's surprising is that this is effecting the B...
by Ptolemie
Mon Apr 24, 2023 8:53 pm
Forum: General Discussion
Topic: BoxCollider2D not loading
Replies: 6
Views: 3597

BoxCollider2D not loading

Hi there, I’m testing the implementation of EasySave3 in my project and have run into an issue. I’ve added an ES3 manager to my scene, and enabled ES3 for prefabs, as well as defined each custom type I have as components on the Prefab I wish to save. In addition to custom types, my Prefab has two Bo...