Toggle Emitter Every Second
I want to create a script to toggle a particle emitter on/off every second, but I can't seem to get it to work properly. Here's what I have so far:var emissionTime : float = 1.0; var emissionDelay :...
View ArticleOpen Multiple Unity Projects Simultaneously
Is there any way to open multiple projects at the same time in two different Unity windows? Whenever I try opening a second instance of Unity, I get the message "Fatal Error! It looks like another...
View ArticleHow do I use layermasks?
Layermasks took me a while to figure out and get working correctly, and I've seen a few people asking about them on the forums, so I thought I'd add a little something to help anyone who may be...
View ArticleHide Object in Hierarchy Window
I'm trying to make an object container which holds several game objects which aren't shown in the hierarchy window, but I can't seem to get the hideFlags property to work. Here's the script I currently...
View ArticleManually Update/Redraw Scene View?
I have a GameObject whose gizmo is drawn differently depending on certain properties of the GameObject which are modified through a custom editor I've created for it. As it is now, if I modify one of...
View ArticlePlans for Unity iPhone on Windows?
I just got an iPod touch, and would be interested in developing games for it with Unity, but I don't have a Mac, only a PC. Is it possible to make Unity iPhone available for Windows? If so, are there...
View Article