View attachment 115860
View attachment 115860
hello all
i have problem creating 3d infinite runner
the problem is
the distance between 2 prefabs is not the same
what is the solution for that ?
and that is the code for spawning
problem create 3d infinite runner
i have problem creating 3d infinite runner
the problem is
the distance between 2 prefabs is not the same
what is the solution for that ?
and that is the code for spawning
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public float spawnmin = 1f ;
- public float Spawnmax = 2f ;
- private bool x ;
- // Use this for...