Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can i make a washline with clothes on
#2
Hi!

(07-06-2023, 09:06 AM)Pascal[vrfx] Wrote:
  • Can I use Unity basic Cloth Sim and hang these to the OBI Rope line? -> if Yes how can i attach Gameobject with Mesh to the obi rope? 

No, Unity's built-in cloth sim and Obi are two completely different systems. They can't interact with each other in any way.

(07-06-2023, 09:06 AM)Pascal[vrfx] Wrote:
  • if we buy ObiCloth, will there be a simple way to attach the towels to the Obi rope, or do i need a programmer for this?

  • You need a programmer for pretty much anything you do using Obi, since all its functionality is exposed via a C# API. Without it all you can do is set up some very simple scenes that the user can't interact with in any way besides basic collision detection.

    Kind regards,
    Reply


    Messages In This Thread
    RE: How can i make a washline with clothes on - by josemendez - 07-06-2023, 09:37 AM