Best and clearest tutorial on the subject I can find on youtube! Detailed and well-explained. Thank you so much!
@tutmo2 жыл бұрын
Hey, thanks for the kind feedback! Really glad you liked it :)
@powerthepower13633 жыл бұрын
You're really good at explaining
@tutmo3 жыл бұрын
Thank you! :)
@crazycarsim3 жыл бұрын
super
@tutmo3 жыл бұрын
Thanks! Glad you liked it :)
@AsadAli-wt7sy3 жыл бұрын
Good Job...Carry n
@tutmo3 жыл бұрын
Thanks!
@maylouh Жыл бұрын
Best tutorial ! Thank you so much this is very helpful :D
@blerdstatic81873 жыл бұрын
Add Point didn't show up for me, even though I had saved it from the ScoreManager.cs script beforehand. My Unity Editor console error reads: Assests\Scripts\PlayerCollideManager.cs(25,6): error CS1513:} expected
@blerdstatic81873 жыл бұрын
Figured it out, I was missing the end curly bracket!
@RomeoBae512 жыл бұрын
Currently getting the error “object reference not set to an instance of an object scoreManager.AddPoint()” any ideas?
@tutmo2 жыл бұрын
Hello! Based on that error, it seems like you’re calling the AddPoint method, but missing the reference to the script that contains it (ScoreManager). Within the error, you should be able to see which script is calling on the ScoreManager script and track down which reference isn’t assigned a value. But without seeing the full error, I recommend looking at the PlayerCollideManager script on your player’s GameObject and making sure the referenced ScoreManager variable there is assigned to the ScoreManager component in your project. If not, just dragging the GameObject with your ScoreManager script into the variable’s value slot should fix it. Hope that helps!
@CCV3343 жыл бұрын
Nice tutorial but you don’t have to say “ctrl or command v to paste it” every time. People probably know basic text hotkeys.
@tutmo3 жыл бұрын
Yeah, I tried not to assume anything, but it was probably a bit excessive. Glad you still liked it and thanks for the feedback!