Aaron SilvaThe Power of Prototyping in UnityThere’s a concept within Unity game development that challenges traditional norms: prototyping without assets. This unconventional approach…Aug 19, 2023Aug 19, 2023
Aaron SilvaTransforming a Game Prototype into a Finished ProductIf you have followed along with my other articles, you’ll have noticed that the graphics of my game are very basic, only using primitive…Aug 17, 2023Aug 17, 2023
Aaron SilvaSpawning GameObjects in Unity Without the Clutter: Object ContainersAs game projects grow in complexity, managing the hierarchy of GameObjects within scenes can become a challenging task. Unorganized…Aug 17, 2023Aug 17, 2023
Aaron SilvaWhat Are Coroutines and Why Do I Need Them for Unity Development?Ever need to keep track of something that happens over time in Unity? An essential feature of Unity for doing so is the use of coroutines…Aug 16, 2023Aug 16, 2023
Aaron SilvaScript Communication in Unity: GetComponentFor developing games in Unity, communication between scripts and objects is essential. What exactly is script communication and how does it…Aug 2, 2023Aug 2, 2023
Aaron SilvaAn Introduction to Physics in Unity: CollisionsUnity provides a powerful physics engine that allows developers to create realistic and immersive experiences for their players…Aug 1, 2023Aug 1, 2023
Aaron SilvaUnderstanding the Difference Between OnCollisionEnter and OnTriggerEnterIn Unity, when dealing with collisions between game objects, developers have two primary options: OnCollisionEnter and OnTriggerEnter. Both…Jul 31, 2023Jul 31, 2023
Aaron SilvaLimiting User Input in Unity: Cooldown TimersIn game development, cooldown timers are essential mechanics that prevent players from spamming powerful abilities, attacks, or actions…Jul 31, 2023Jul 31, 2023
Aaron SilvaSpawning and Destroying Objects in Unity: ProjectilesOne essential aspect of game development is the ability to create and destroy objects in the game world during runtime. I am currently…Jul 29, 2023Jul 29, 2023
Aaron SilvaThe Importance of Pseudocode for Unity Game DevelopmentWhen tackling complex tasks in Unity, writing pseudocode can significantly enhance the development process. In this article, we’ll explore…Jul 26, 2023Jul 26, 2023