↧
Creating a gameobject at 0,0,0
Hi, Whenever I create a new empty Gameobject (ctrl+shift+N) the object is created at arbitrary coordinates (the center of the screen, as I understand it), but I'd really rather any new empty gameobject...
View ArticleUsing polymorphysm with objects in Unity.
Hey! I created abstract class named "PowerUp" and few child classes like: BonusHeath, DoubleDamage, AmmoPack. Now I have objects in Editor with script to rotate power up's: [...] public PowerUp...
View Article