Hey
I am clueless when it comes to scripts (even after the first tutorials), I am at a point where I can only copy the crap I see on their screens, and then it still gives me a CS0111 and I have no clue why where and how.
If this is the most basic tutorial I am screwed beyond!
Animations worked but when it came to launch the projectile, shit hit the fan. Game is not starting.
If they wanna tell me, this is for absolute beginners, with 85 lines of code, no…nope…absolutely not.
Demotivated to the max right now.
Is the tuturial page bugged or is it me? Anyone?
Same thing, they start like I know C# and when I ask guys who speak C# they are like “oh yeah no its a thing for itself with unity, just because I know C#, doesn’t mean I can work with unity”. Wtf. I am already tired of it.
I delete the health, its finding fixedupdate errors. No idea whats going on.
Get to grips with coding, then you can start to branch out. C# is its own language to, so it can be learnt in isolation if you feel like it’d suit you.
It sounds like you may have been sprinting and missed what you were actually doing.
That won’t be useful in the long term as things will only get more baffling as you run faster.
You not only have to DO the thing, you have to UNDERSTAND the thing you did.
Similar to walking from point A to point B, whatever you accomplish will be done one small step at a time, each step building upon consolidation of knowledge from previous steps.
I do run indeed, but I don’t sprint. It feels like they teach me 8 words of chinese and then tell me to
(“”)
How is that teaching? They say “now add launch” and I’m like…yeah no.
Just started the Jr Programmer pathway indeed, Carl is explaining everything in videos, watch then do. Could work. I am still not saying its NOT me, maybe programming is just not mine. But I will see how it goes. So far its repeating what I already now BUT the next step is first-script indeed!
Just because teaching is attempted does not mean learning is happening.
Learning is on you.
Learning is the modification of YOUR behavior as a result of YOUR experience.
If you have simply read something or watched something, you may not have experienced it.
Teaching simply presents information to help guide you to experience.
Good teaching shows you things just beyond your current understanding with clues as to how to arrive there.
You still need to experience something enough times to have it modify your behavior.
For something as complicated as game development, this loop will need to be repeated THOUSANDS of times, each step giving you more experience to build upon to modify your behavior.
Giving up is no option :<
I guess you also just have to write scrips over and over again and not just once. Matter of practice.
Carl in the Jr programmer path is doing it very well! Just my pace!
Indeed like all hobbies, practice practice practice. I remember a saying by a Poet, “Every poet has a million terrible poems. Best to get them out early.” It’s true in all hobbies. Right all your terrible code early on so the better code comes sooner.
It’s where I started and I remember it being a good soft landing into coding.
The main problem I have: Sometimes all { are set…but it still gives me an error. The first challenge got done without major problems, even managed to get the bonus challenge working.
Def not giving up at all. And this really humbles me. When you see a game with assets you saw somewhere else, its easy to say “Pfffff made with assets” There is so much going on in a game that you don’t see.
All gamers should peak in sometime.
The next time you run into that, share the code with us. It could be something as simple as a missing semicolon, or even an extra/unnecessary semicolon.
And anytime you post code here, be sure to make use of code tags so that the code’s formatting is properly preserved!
Ruby’s Adventure is still stuck on Unity 2020.3. You’re on Unity 2022.3. Two years is a long time for a game engine and things that were handled one way before may not be handled the same now. You need to either pick a newer tutorial or use 2020.3.
Hm, should the code not still be the same? Its giving me a mistake and its the exact same code.
I put it aside and right now, I am following the Jr Programmer Path! Might be the better start.
i think asking chatgpt for help is the worst thing you can do as a beginner, it gives out so much bad advice that a new user might take as gospel and subsequently start coding with bad or overengineered solutions. i’ve asked chatgpt about shaders, and it consistently tries to use matrices that simply don’t exist.
i think you are asking too hard questions, what we are talking about here are syntax errors
i have my own frustrations with chatgpt but it wasnt from bad syntax
most of chatgpts delusions will just lead you to nowhere its not like you magically become bad, it just sends you on wild goose chases or gives you code that doesnt work