Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  create Obi handle on script at runtime
#10
(24-05-2019, 03:03 PM)Richard Wrote: Can I implement such marquee tool without combining with Edit Particle of Obi cloth or Obi tearable cloth? If I should, how can I connect marquee tool made by myself to obi cloth editor?

Hi,

In Unity, implementing things for the editor and for runtime (play mode) is often radically different. The editor uses immediate mode GUI, while at runtime you generally use Unity's UI system. Both work in completely different ways, so yes you can implement marquee selection for either purpose. You don't have to use the one implemented in edit particle mode. I already gave you two links with examples, both implement marquee selection tools in different ways and none of them needs Obi.

So you need to think about whether you want to implement this for an editor tool, or for a game/application. It is not entirely clear to me what you're after.


Messages In This Thread
RE: create Obi handle on script at runtime - by josemendez - 24-05-2019, 03:06 PM