Address
304 North Cardinal St.
Dorchester Center, MA 02124

Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM

Category Game developer

Unity How to lock rotation

Unity how to lock rotation

As usual on Unity, properties can be modified by code or using the Inspector.To lock a rotation, we’ll need to use the properties of the Rigidbody2D or Rigidbody components. Lock rotation of an 2D object In the 2D world, a…

Parent in Unity: The Full Guide

Unity how to get parent object

The concept of parent in Unity enables the hierarchical organization of game objects in our scene. Let’s take a look at the different functions available for modifying a parent. Table of Contents Get the Parent Object Get the Parent Root…

Unity: How to Add Text to Your Project

Unity how to add text

When first delving into Unity, newcomers may find themselves wondering how to incorporate text effectively into their projects. The question becomes, should one go for the classic Text component or opt for TextMeshPro? This guide aims to shed light on…