Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Locking Y positions instead of Z in 2D mode
#1
Hi, 

I want to use 2d mode but instead of XY plane I need to simulate in XZ plane, or locking Y positions in 3D mode can also work.
How can I achieve these effects in an effective way? 

Thanks.
Reply
#2
(17-01-2023, 04:21 PM)sablecanyon Wrote: Hi, 

I want to use 2d mode but instead of XY plane I need to simulate in XZ plane, or locking Y positions in 3D mode can also work.
How can I achieve these effects in an effective way? 

Thanks.

Hi,

2D mode is designed to work together with Unity's 2D mode, which uses the XY plane. If you want to modify or constrain particle positions/velocities in an arbitrary way (XZ or any other plane), you can use the particles API: http://obi.virtualmethodstudio.com/manua...icles.html

kind regards,
Reply