Add Create Prefab At Position Unity Code Example


Example 1: Unity C# instantiate prefab

Instantiate(myPrefab, new Vector3(0, 0, 0), Quaternion.identity);

Example 2: unity instantiate prefab

Instantiate(cube, Vector3 (x, y, 0), Quaternion.identity);

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy