↧
Answer by ReinaldoSantana
1 Insert a cube to your main camera 2 Insert a AudioSource cubed 3 Insert Starfish script in C # in the cube 4 Drag the music file to the field BackMusic using UnityEngine; using System.Collections;...
View ArticleAnswer by ReinaldoSantana
You can add a collision box to your object and select the "Is trigger". In your "player" object you need add a rigidibody and a collision box and after, write one script to him. For example: void...
View Article