hi there
I’m new to Unity3d and coding.I’m stuck at the simple problem at moment.Please help(should be very easy for most of people here:smile:)
I have a sphere object in library.
1.Instantiate 9 of them into scene and position them 3 X 3.
2.Then I want to click one of them ,and goes into the game.(the clicked sphere enlarge and the others destroy)
Basically it’s a choosing level screen , I know how to instantiate .But how can I give a “difficulty Property “ to each sphere .So when I click the different sphere and start game with different difficulty.
Thanks