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:

enter image description here

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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -