user interface - Particle system ONGui() - Unity3d -
i developing game in unity3d , have scripts uses ongui() method , attached gamemenu object. need play particle system on scene while gui scripts active. when cant see particle system because ongui method disabling maincamera , on top of on scene.
so there way play particle system in front of ongui() method ?
this how scene looks like:
on red marked area, want particle system being played underline selection. whole menu designed ongui() method , particle system playing behind cant see.
avoid using ongui it's pretty deprecated. unity supports feature new gui system. however, using ongui not possible (without using 3rd party tools).
Comments
Post a Comment