Obi Official Forum
Help Getting Started Help - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Help Getting Started Help (/thread-2911.html)



Getting Started Help - kellyrayj - 04-05-2021

Hey friends,

I am not quite sure what I am missing. I followed the first tutorial video and can't seem to get a rope to render. I took a video of what I am encountering. I'd sure appreciate anyone's insight! I am using unity 2019.25 and URP. 

If I make other ropes from the example scenes prefabs, it will come in just fine. But I can't seem to create one from scratch.



Thanks!
KJ


RE: Getting Started Help - josemendez - 04-05-2021

(04-05-2021, 07:24 PM)kellyrayj Wrote: Hey friends,

I am not quite sure what I am missing. I followed the first tutorial video and can't seem to get a rope to render. I took a video of what I am encountering. I'd sure appreciate anyone's insight! I am using unity 2019.25 and URP. 

If I make other ropes from the example scenes prefabs, it will come in just fine. But I can't seem to create one from scratch.



Thanks!
KJ

Hi there,

There seems to be no ObiFixedUpdater component in your solver. This component controls when and how solvers are updated (both simulation and rendering).

Obi will automatically add one unless there's already an updater in the scene. Check whether your solver is being added to an existing updater, and if so, make sure the updater is enabled. If you can't find an updater, add one to your solver and then drag the solver to the updater's solver list.

Most sample scenes do have a ObiUpdater component in the solver, so that's probably why the ropes in them work.

For more info, see:
http://obi.virtualmethodstudio.com/tutorials/bigpicture.html

let me know how it goes!


RE: Getting Started Help - kellyrayj - 04-05-2021

Yes that seems to have fixed it. I had one of the sample prefabs disabled in the scene. Once I got rid of it, and added the rope from the menu, it appears.