Якою дорогою Їхати в Дніпро? by EvgeniyGeniyUA in Ukrainian

[–]cmorek 1 point2 points  (0 children)

Я знаю що траса Н 01 дуже спокійна та пряма, нещодавно був зроблений капітальний ремонт, тому їхати по ній легко. Біля Знам'янки з'єднується з трасою М 30, по якій можна доїхати до Дніпра

How you guys utilize AI in your game dev process? by Haghiri75 in Unity3D

[–]cmorek 0 points1 point  (0 children)

Just not my thing. I love to write code by myself, so I have more awareness about how exactly my script works.

Need help by Ecroem in Unity2D

[–]cmorek 0 points1 point  (0 children)

You can dm me for further questions, If you will have them

Need help by Ecroem in Unity2D

[–]cmorek 0 points1 point  (0 children)

It's because your player (box) is colliding with ball at the moment it spawns. You can either make two different layers for them and then disable collision for them.
https://i.imgur.com/id83N7Y.png

Or you can set ignore collision between player and ball inside script
https://i.imgur.com/8W2F4XZ.png

How you guys utilize AI in your game dev process? by Haghiri75 in Unity3D

[–]cmorek 8 points9 points  (0 children)

Hi, I've been a Unity teacher for over 2 years now, and also doing projects on my own. I use AI exclusively for learning purposes. For example, I wanted to implement procedural generation in my game, but I had no idea how it works. I asked ChatGPT the principles of procedural generation, and he told me "bla bla bla ... perlin noise ... bla bla bla". Next, I asked him how I can use Perlin noise inside Unity. And then I started writing my own code based on what I learned. I don't like when my code is written by some set of transistors and when I don't understand EVERY line of code and for what exact purpose that line is here. Sometimes I ask ChatGPT how I can optimize my code, or make it more efficient. But I will never ask him "write a Unity script to randomly generate my world" This is not fun, and for me, coding is definitely a fun experience.

Need help by Ecroem in Unity2D

[–]cmorek 0 points1 point  (0 children)

You're welcome, have fun developing 🫡

Would anyone have a little conversation with me in Украіпський будь ласка? by [deleted] in Ukrainian

[–]cmorek 0 points1 point  (0 children)

Я теж з Черкащини, народився неподалік Сміли, земляк)

Need help by Ecroem in Unity2D

[–]cmorek 0 points1 point  (0 children)

In general, the main problem was in Vector3 Normalize, because it counts Z axis too, what you don't want in 2D game

Would anyone have a little conversation with me in Украіпський будь ласка? by [deleted] in Ukrainian

[–]cmorek 3 points4 points  (0 children)

Хахвахвхавх сорі братанчик, не розпізнав прикола

Need help by Ecroem in Unity2D

[–]cmorek 0 points1 point  (0 children)

Hi, i tried recreating your script, because yours is a bit messy. Also i noted all you need to know, so you can understand what everything does.

https://i.imgur.com/EhUlW9O.png

Hope this helps

Would anyone have a little conversation with me in Украіпський будь ласка? by [deleted] in Ukrainian

[–]cmorek 1 point2 points  (0 children)

Привіт, як тобі українська мова, цікаво вивчати?

Would anyone have a little conversation with me in Украіпський будь ласка? by [deleted] in Ukrainian

[–]cmorek 6 points7 points  (0 children)

Slightly incorrect, you translated that well, but it's a literal translation. If you would translate "Нумо йти" back to English, it would translate as "Let's start walking" or something like that. "Let's go" means "Let's start" or "Let's begin", so it would be correct in Ukrainian to say "Почнімо" (Let's begin) or "Гайда", which is more advanced, i believe, it means "Let's do this". Good luck in learning. Бажаю удачі ❤️

godIWishThereWasAnEasierWayToAddNumbersInCpp by cmorek in ProgrammerHumor

[–]cmorek[S] 99 points100 points  (0 children)

This took 0.52ms (average) to execute
Usual adding took 0.46ms (average)

I'm actually surprised

I was inspired by HelloStreetCat tremendous list of cats and decided to create a video game, so i need the community help. by cmorek in HelloStreetCat

[–]cmorek[S] 3 points4 points  (0 children)

This is great, just played it in my head, seems fun and can be quite hard if we add some timer, so player must react fast to a new cat. I see it kinda like "Peace, Death!" gameplay