5 essential tips if you want to start to use Unity 3D

Shakir
Bootcamp
Published in
4 min readApr 5, 2024

--

Unity

Custom class in Unity

This custom class is to do anything you want like add a game object or set something up before the scene loads after you click the play button.

This callback is invoked when the first scene’s objects are loaded into memory but before Awake has been called.

using UnityEngine;

public…

--

--

I do 3d and write code with a passion for game development and software, and 3d.