Obi Official Forum
Bug / Crash can't edit particles - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html)
+--- Thread: Bug / Crash can't edit particles (/thread-1177.html)



can't edit particles - CARLA - 13-05-2019

Hello, 
first time using obi cloth. 
I follow the tutorials on the website. But I always get stuck after initialising my cloth. When I click on Edit Particules I just get a bunch of errors (I listed the major ones). I try with different meshes but it never worked. I have unity 2019.1 and Obi 4.1. 

__NullReferenceException: Object reference not set to an instance of an object

__The serializedObject should not be used inside OnSceneGUI or OnPreviewGUI. Use the target property directly instead. UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)

__The targets array should not be used inside OnSceneGUI or OnPreviewGUI. Use the single target property instead.
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)


RE: can't edit particles - CARLA - 13-05-2019

(13-05-2019, 11:54 AM)CARLA Wrote: Hello, 
first time using obi cloth. 
I follow the tutorials on the website. But I always get stuck after initialising my cloth. When I click on Edit Particules I just get a bunch of errors (I listed the major ones). I try with different meshes but it never worked. I have unity 2019.1 and Obi 4.1. 

__NullReferenceException: Object reference not set to an instance of an object

__The serializedObject should not be used inside OnSceneGUI or OnPreviewGUI. Use the target property directly instead. UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)

__The targets array should not be used inside OnSceneGUI or OnPreviewGUI. Use the single target property instead.
UnityEngine.GUIUtilityLenguarocessEvent(Int32, IntPtr)
I figured this out. I was using two solvers. 
Feel stupid but maybe someone will do the same mistake