Wierd 2017.3.1p1 Behavior...Gifs Attached! - 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: Wierd 2017.3.1p1 Behavior...Gifs Attached! (/thread-398.html) |
Wierd 2017.3.1p1 Behavior...Gifs Attached! - Abuthar - 22-02-2018 I finally decided to integrate Obi Cloth into my project today! Like the title says, i'm working with Unity 2017.3.1p1 and i have no errors. Imported Obi on an empty scene... No errors apart from 'variable assigned but not used' etc. However, when checking out the example scenes before setting up anything in my scenes, everything is not reacting properly... Here are some gifs of 3 scenes. All i did was hit play and as you can see... https://imgur.com/a/fwDzp Is there something I was supposed to do on import/installation? Is anyone else experiencing this issue? RE: Wierd 2017.3.1p1 Behavior...Gifs Attached! - josemendez - 23-02-2018 (22-02-2018, 11:10 PM)Abuthar Wrote: I finally decided to integrate Obi Cloth into my project today! Like the title says, i'm working with Unity 2017.3.1p1 and i have no errors. Imported Obi on an empty scene... No errors apart from 'variable assigned but not used' etc. However, when checking out the example scenes before setting up anything in my scenes, everything is not reacting properly... Here are some gifs of 3 scenes. All i did was hit play and as you can see... Hi there, We cannot reproduce this behavior in 2017.3.1p1. Judging from the CPU timings shown, I'd say the physics engine is not running at all. Did you try restarting Unity after importing the asset? Sometimes Unity will not pick up native libraries immediately upon importing them, and will require a restart. cheers, RE: Wierd 2017.3.1p1 Behavior...Gifs Attached! - Abuthar - 23-02-2018 (23-02-2018, 09:22 AM)josemendez Wrote: Hi there, Yes! Restart and a reinstall as well. I wonder what it could be... RE: Wierd 2017.3.1p1 Behavior...Gifs Attached! - josemendez - 23-02-2018 (23-02-2018, 09:28 AM)Abuthar Wrote: Yes! Restart and a reinstall as well. I wonder what it could be... It also really looks like you have set a HUGE value for your global physics timestep. Check in ProjectSettings->Time->FixedTimestep that you have a sane value (between 0.01 and 0.03, anything larger than 0.05 will make all physics in your project look awful. Unity's default is 0.02). cheers, |