Benefits of Prototyping without AssetsWhen we want to make game, we have bunch of ideas in our mind for it. Like add different space ship in game, add different type of weapons…Sep 12, 2022Sep 12, 2022
Script communication in unity using GetComponent:In last article we see about colliders and unity physics and how to use it. In this article we are going to see how to use OnCollisionEnter…Jan 13, 2022Jan 13, 2022
Collision vs Triggers: in UnityI setup small scene with some blocks and spheres. i added Rigidbody component to spheres. if we do not add Rigidbody then sphere will pass…Nov 17, 2021Nov 17, 2021
Unity Physics :Unity have build in physics system which will do mathematical calculation, physics etc. itself and allow us to save lot more time. We have…Nov 13, 2021Nov 13, 2021
Enemy Incoming:Be ready, Enemy Space ships are spotted…We are going for real warNov 12, 2021Nov 12, 2021
Shooting Laser: improvementWe created Laser prefab and added Laser script to it which looks like this,Nov 9, 2021Nov 9, 2021
Shooting Laser:So now our next step is to shoot Lasers from our Space ship. To shoot laser from our space ship we need to create Laser object.Nov 8, 2021Nov 8, 2021
Pseudo code: How it is usefulPseudo code is like note, we can add some information or note related to any specifics.Oct 7, 2021Oct 7, 2021