Тёмный
Daniel Wood
Daniel Wood
Daniel Wood
Подписаться
Coding and computer-based design tutorials and guides.
Комментарии
@sonicspeedrider8270
@sonicspeedrider8270 День назад
Thanks
@AS-wh2ix
@AS-wh2ix 3 дня назад
Well explained thank you how about if I have 2 h1 and want each different colour.
@stevrgrs
@stevrgrs 6 дней назад
That isn’t a CUT That is an EXTRUDE REMOVE. Biiiig difference for people trying to learn :(
@andrewjwentzel9349
@andrewjwentzel9349 9 дней назад
Here's updated code: var Playsound = pc.createScript('playsound'); // initialize code called once per entity Playsound.prototype.initialize = function() { }; // update code called every frame Playsound.prototype.update = function(dt) { var AudioEntity = this.app.root.findByName('mySound'); if (this.app.keyboard.wasPressed(pc.KEY_P)) { AudioEntity.sound.play('sound-name'); } if (this.app.keyboard.wasPressed(pc.KEY_S)) { AudioEntity.sound.stop('sound-name'); } if (this.app.keyboard.wasPressed(pc.KEY_SPACE)) { AudioEntity.sound.pause('sound-name'); } if (this.app.keyboard.wasPressed(pc.KEY_C)) { AudioEntity.sound.resume('sound-name'); } };
@andrewjwentzel9349
@andrewjwentzel9349 10 дней назад
Here's updated code: var Collider = pc.createScript('collider'); // initialize code called once per entity Collider.prototype.initialize = function() { this.entity.collision.on('collisionstart', this.onCollisionStart, this); }; Collider.prototype.onCollisionStart = function(result) { if (result.other.rigidbody) { this.entity.destroy(); } }; ✌
@J0C0M
@J0C0M 16 дней назад
Thank you so much
@amaniYT2023
@amaniYT2023 16 дней назад
Good job bro 😎❤❤❤❤❤❤
@DuckMan01234
@DuckMan01234 22 дня назад
it keeps on saying The name 'player' does not exist in the current context
@FastwheelsZa
@FastwheelsZa 23 дня назад
Can u do a proper video on how to change entire background color
@FastwheelsZa
@FastwheelsZa 24 дня назад
Confuse people madhir
@ethanlisy2093
@ethanlisy2093 26 дней назад
idk what's with my Maya but when I click the checker box nothing happens???? I've been using Maya for like 5 years I don't know why this is happening all of a sudden.
@pinkeshparmar6089
@pinkeshparmar6089 28 дней назад
hi my game is 2d platformer but after build i run game into my android device the game is work properly but when i lock my phone by side lock buton and when i again pres the side lock button for unlocking my device mobile is not asking me about my password game is firectly open with i unlock my device and game is playable without unlocking and when i quit or exit a game my phone is locked behind the game so when i exit my device is asking me to unlock the mobile so idk whats the problem and how to resolve this can you help me?
@Alex-ml6gu
@Alex-ml6gu Месяц назад
Ok great video but how do I add different color for different page in one single CSS file
@TK-dz2vu
@TK-dz2vu Месяц назад
Finally a tutorial for Respawn points that actually worked for me! Thank you so much!
@dreadmc6720
@dreadmc6720 Месяц назад
i mean all i needed was the beginning bit so thank you im still gonna bookmark this just in case
@Genesis12372
@Genesis12372 Месяц назад
Assets\scripts\NewBehaviourScript.cs(90,5): error CS0106: The modifier 'private' is not valid for this item. any help
@alexshulman8252
@alexshulman8252 Месяц назад
Hey, I've copied your code exactly, but for some reason I'm not seeing the public variable of Score Text and it says "scoring does not exist in this current context" in line 28 where it says scoreText.text = "Score : " + Scoring.totalScore; Do you know why this is?
@kshitijsingh609
@kshitijsingh609 Месяц назад
good
@ElateTugboat
@ElateTugboat Месяц назад
Really well done, thank you!
@TBooneFisher6931
@TBooneFisher6931 Месяц назад
How do you delete parts of a circle??
@suzyeon4222
@suzyeon4222 Месяц назад
it's nice but can you do infinite background scrolling? parallax effect
@tedd_y3423
@tedd_y3423 Месяц назад
is there a way to style the parent of an objetc?
@javeriashahideen6610
@javeriashahideen6610 Месяц назад
thank u thank u so much
@the_junkyard
@the_junkyard Месяц назад
Outstanding!! I was needing to do this. Thanks a Million!
@michaeldecatmeows
@michaeldecatmeows 2 месяца назад
Good But one Problem The referenced script (PlayerControls) on this behavior is missing!
@user-lg5cb4oq4i
@user-lg5cb4oq4i 2 месяца назад
Good videos man appreciate the great work and a nice explain!
@tardarsauce1842
@tardarsauce1842 2 месяца назад
it doesnt work for me
@piotrmontgomerytv7786
@piotrmontgomerytv7786 26 дней назад
Useless as any other unity tutorial
@belindawood4308
@belindawood4308 2 месяца назад
Hi Uncle dog
@user-ry2tq8ml4r
@user-ry2tq8ml4r 2 месяца назад
Parting Line?
@monkeypwners
@monkeypwners 2 месяца назад
But how do you fix the colliders for the small steps / stairs? The player gets stuck on the edge of those when running into it
@KSSTATUSWORLD
@KSSTATUSWORLD 2 месяца назад
Thank you so much sir it's very helpful
@NamLe-ce5wn
@NamLe-ce5wn 3 месяца назад
Thank you so much!
@jessevela2016
@jessevela2016 3 месяца назад
how do you change the whole page? like the background.
@cvb96tro
@cvb96tro 3 месяца назад
I did the saeme indicated in the video, and there was a problem of interference between the extrussion. It was like a collision between faces across the curve. Anyone could help me?
@Trillionaires-Mindset
@Trillionaires-Mindset 3 месяца назад
thank you so much .. :)
@jefferytaylor9924
@jefferytaylor9924 4 месяца назад
I love the way you Teach man. Keep doing what you do.
@KennTollens
@KennTollens 4 месяца назад
Excellent
@spawnterror
@spawnterror 4 месяца назад
Thanks mate.
@Muffin-wx7vd
@Muffin-wx7vd 4 месяца назад
OI HATE YOU
@Muffin-wx7vd
@Muffin-wx7vd 4 месяца назад
I HAT YOU
@MrSpacelyy12
@MrSpacelyy12 4 месяца назад
What text editor are you using? I’m using sublime txt and I don’t have what’s on the left of your screen to add a style sheet
@danielkwood
@danielkwood 4 месяца назад
Visual Studio Code
@MrSpacelyy12
@MrSpacelyy12 4 месяца назад
@@danielkwood thanks
@elkaberpa
@elkaberpa 4 месяца назад
thnak u very much x]
@jimb196233
@jimb196233 4 месяца назад
Quick n to the point, thanks so much.
@marcbusby49
@marcbusby49 4 месяца назад
Bit late to this, but shouldn't the public variables be serialized private fields? Also shouldn't physics based stuff be in fixedupdate and not update?
@callyg.628
@callyg.628 4 месяца назад
Hey great tutorial.... one piece of info I was missing, as I had the intention of creating a part to 3D print - in order to create a part, not a surface (to boolean with other parts to create a whole model to print), you must in the sweep tool, click on SOLID, not SURFACE.... this drove me nuts for a few hours until I noticed another creator playing around with that function. Cheers :)
@message2prateek
@message2prateek 4 месяца назад
Awesome tutorial, I learned a lot! Please include more projects so that we can learn how to apply the concepts taought.
@MusashiDonoo
@MusashiDonoo 4 месяца назад
Thanks for the tutorial! When i go back to the 1st scene, crystals are respawning and when i collect them it just keeps adding to the score. Is there a way to not load them and keep the object's status stable when switching scenes??
@MusashiDonoo
@MusashiDonoo 4 месяца назад
i wrote the code like this instead and got a similar result : else if(collision.tag == "CheckPoint") { respawnPoint = collision.transform.position; }
@spawnterror
@spawnterror 4 месяца назад
That would work better if you have any checkpoint sprites setup and you want everything to be pixel perfect ;)
@user-or7ge8vx4m
@user-or7ge8vx4m 4 месяца назад
cool video)
@user-my3th8vn4g
@user-my3th8vn4g 4 месяца назад
cool video)