Page 1 of 1

How create c# code script Unity3D to make 4 collectable Object to spawn randomly and the player collect them and count

Posted: Sat May 14, 2022 4:13 pm
by answerhappygod
How create c# code script Unity3D to make 4 collectable
Object to spawn randomly and the player collect them and count
points . each object worth 5 point?
I created 4 objects prefabs, and attached rigidbody, boxcollider
and script but I need to make the script to spawn the objects
randomly in the plane and the player collect them.
I created 1 player prefab that walks around
here is a sketch of the scene
How Create C Code Script Unity3d To Make 4 Collectable Object To Spawn Randomly And The Player Collect Them And Count 1
How Create C Code Script Unity3d To Make 4 Collectable Object To Spawn Randomly And The Player Collect Them And Count 1 (93.45 KiB) Viewed 49 times
Collectable Object Player