Main3D Function
The Main3D function plays a crucial role in People Playground 3D, as it is responsible for creating the spawnables and managing various elements when the game finishes loading.
Example:
public static void Main3D()
{
Debug.Log("This is where all you ppg3d code goes");
}
Last updated
Was this helpful?