|
Post by sectuz on Sept 14, 2018 12:36:38 GMT
Hi, we dont have any properties for List of AIMessageListener, just look at screenshot. We tried 2018.2.5 and 2018.3 and same result. We cant downgrade to 2017.x unfortunately. Is there solution ? If you using 2018.x and dont haveproblem, pls write which exact version you use. Thanks.
|
|
|
Post by sectuz on Sept 14, 2018 13:05:00 GMT
Sorry for incorrect thread, but still, is there any hope of solving or just trying every single unity version since 2018.2 ?
|
|
|
Post by Invector on Sept 14, 2018 13:27:31 GMT
Hmm strange... I just import the AI Template into a clean 2018.2.5f1 project and it's working fine Did you try re-importing?
|
|
|
Post by sectuz on Sept 14, 2018 14:28:41 GMT
Yes, I reimported, also deleted and imported, still same problem
|
|
|
Post by sectuz on Sept 14, 2018 14:44:00 GMT
Also tried extend from class but still same problem
|
|
|
Post by Invector on Sept 14, 2018 14:55:51 GMT
I see that you're using the Unity Dark Pro Skin Editor UI, do you have the Unity Plus/Pro subscription or is it a hack to change the Personal edition, this could be causing the issue
|
|
|
Post by Invector on Sept 14, 2018 14:56:40 GMT
Also, try reset the window layout to default
|
|
|
Post by sectuz on Sept 14, 2018 15:14:08 GMT
I have official subscribe to unity plus and resetting layouts didnt work. Its unity side bug i think but i didnt find any related bugs to this. :(
|
|
|
Post by sectuz on Sept 14, 2018 15:15:34 GMT
Tried on pure clean project on versions, where it coused bugs, and it works on new projects.
|
|
|
Post by Invector on Sept 14, 2018 16:57:52 GMT
Maybe there is another asset causing a conflict in your project
|
|
|
Post by sectuz on Sept 14, 2018 17:41:20 GMT
I just noticed, when i try unfold message listeners in list in inspector, this appears in console:
"NullReferenceException: Object reference not set to an instance of an object"
Which has reference on 283 line of vEditorHelper.cs, exactly this line of code:
DrawPropertiesExcluding(serializedObject, ignoreProperties);
Should it be something with serializing ?
|
|
|
Post by sectuz on Sept 14, 2018 17:59:57 GMT
Okay problem is solved.
|
|
|
Post by tharindu on Sept 14, 2018 19:06:18 GMT
What was the cause and the solution ?
|
|
|
Post by sectuz on Sept 14, 2018 20:47:28 GMT
I got rig of one asset few weeks ago called Smart Core. It is not supported anymore but I had left some scripts of that asset not deleted and after deletion it fixed it.
|
|