Having trouble with anything in unity? Let me know what you'd like to see a tutorial about next.
@edoardo_maresca Жыл бұрын
there is an error on Line 6, LoadScene("sceneName"); my app is saying I should use UnloadScene.
@ninjaknight61210 ай бұрын
me butters don't show up
@theenten45792 жыл бұрын
This worked! The function wasn't showing up when I put the script in, but when I put the object in, it worked. Thanks!
@AIAdev2 жыл бұрын
You're welcome :)
@arthurpaixao41322 жыл бұрын
Every Serialized Field (those fields we can drag things into) has a Type written in the parentheses on its right. If you see like: Thing (Object) That means that field expects you to put an Object into it. Same goes for every type. If it expects a Transform, it will show "Thing (Transform)", if it expects a RigidBody, it will show "Thing (RigidBody)", etc. I don't know, maybe you have already figured this out, but it might help someone idk
@arthurpaixao41322 жыл бұрын
Oh one more example: If the Serialized Field expects a specific component, you can also drag and drop an *Object* that contains that component, and then that object's *component* will be assigned. 😉
@jakproductions94 Жыл бұрын
Oh my gosh thank you so much for this tutorial series. It has helped me so much with my game!
@amosf.2780 Жыл бұрын
This is the best tutorial I have ever seen ! Thank you so much!!
@hologrammaster24683 жыл бұрын
Thank you, this was really easy to follow, keep up the good work!
@AIAdev3 жыл бұрын
Glad it helped!
@DARK_AMBIGUOUS Жыл бұрын
Thank you so much. I know how to make games and code but only in Visual Scripting. After discovering how bad the performance is with Visual Scripting, I'm switching to C# coding and now I have to relearn 95% of everything again
@Skitozzz Жыл бұрын
Thanks this help so much!
@korbyntalks Жыл бұрын
Thank you so much for this tutorial
@khiaralas83787 ай бұрын
This is so great! Thank you for this
@polasbeatz8 ай бұрын
Thank you, mate. You saved my life. 💯🙏
@fictitiousnightmares7 ай бұрын
I'm more curious about your code for your character/player movement in that platform game. A recent tutorial I did used the physics engine and applied force to the rigidbody2D but that was NOT a good movement for platformers. Your game has excellent movement from what I saw and that is what I want to learn how to do properly.
@faiksami94 Жыл бұрын
I am getting the error of script class cannot be found. May I as for any suggestions again ?
@zylorixus2 жыл бұрын
Thanks for this video and can you make video about quit game
@SlaySlay-s7h Жыл бұрын
THANKYOU!
@tunaosu8 ай бұрын
nice button tutorial
@АдамПрокопович Жыл бұрын
Спасибо за видео, было полезно, я узнал много нового.
@fandeBuzz Жыл бұрын
What's the game at 0:29?
@oyleolduboyleoldu367726 күн бұрын
I guess its portal bridge instructor
@kenamia9136 Жыл бұрын
Unity could have made this process much better.
@AIAdev Жыл бұрын
What would you suggest? I’ve got some Unity contacts
@atreidesson Жыл бұрын
well, all that I have learned is that "public class" deosn't mean that all is public