Search found 8 matches

by luigi.freguglia
Wed Aug 08, 2018 11:55 am
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Re: Is ES3 recursive?

Joel wrote:Hi there,

Would you be able to send me over a basic project which replicates this?

Many thanks,
Joel
I cant reduce it too much, but I'm sending you something ready to try :)
by luigi.freguglia
Tue Aug 07, 2018 12:56 pm
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Children GameObject position - Was: Is ES3 recursive?

Hello again, i'd like to ask you about another strange behavior. I'm saving a GameObject with children GameObjects: when I save the parent with ES3.Save, the positions are correct (partent is 0,0,0 and children have their correct position,triplechecked in the editor, with Debug.Log and the file .es3...
by luigi.freguglia
Thu Jul 26, 2018 8:55 am
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Re: Is ES3 recursive?

Nope, I get the same exception: i'm uploading the project and sending you the link via PM.
by luigi.freguglia
Thu Jul 26, 2018 7:57 am
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Re: Is ES3 recursive?

I'm trying that today asap and let you know.
Thank you :)
by luigi.freguglia
Wed Jul 25, 2018 12:29 pm
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Re: Is ES3 recursive?

Sorry! It's a NullReferenceException System.NullReferenceException: at (wrapper managed-to-native) UnityEngine.GameObject:GetComponentFastPath (System.Type,intptr) at UnityEngine.GameObject.GetComponent[ES3Prefab] () [0x00020] in C:\buildslave\unity\build\Runtime\Export\GameObject.bindings.cs:28 at ...
by luigi.freguglia
Tue Jul 24, 2018 10:13 pm
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Re: Is ES3 recursive?

Sorry to ask, but maybe do you have an example of somthing alike? I tried a naive approach and had an exception that I cant figure out. Without a try catch I simply obtained a full Unity crash. The code below, Ellie_EnemyManager.Spawn is the List type, _gameKickStart.ellie_EnemyManager.spawnList is ...
by luigi.freguglia
Mon Jul 23, 2018 9:01 am
Forum: General Discussion
Topic: Is ES3 recursive?
Replies: 10
Views: 7019

Is ES3 recursive?

Hello, I have this situation public enum SpawnFace {left, right}; public enum Objective {ellie, bats, money, items}; [System.Serializable] public class Spawn { public GameObject spawnPoint; public float xCamSpawnOffset; public float yCamSpawnOffset; public float spawnTime; public float timeBetweenSi...
by luigi.freguglia
Thu Jul 19, 2018 12:29 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How to remove ES from the project
Replies: 1
Views: 8832

How to remove ES from the project

I am trying to completely remove ES from the project, I deleted the folder but when I try to debug from Movodevelop I get lots of errors about missing scripts, all about Easy Save.
Any advice about that?
Best regards.