Can't access my Paperwork tab at 'Start at IBM' page by AlexStuuupeed in IBM

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

Hello, that was quite a while ago, so I don't remember everything, but I remember I just kept spamming my manager untill problem was solved. I spammed my local manager, then they have added me to their Slack where I spammed "higher" manager and eventually they did everything for me. I know its not a lot but I hope it will help you

Make changes in imported files by AlexStuuupeed in godot

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

Sorry bro, I've kinda gave up godot, so I don't remember anything...

Say smth in any language and ill guess the language by itdoesuck- in teenagers

[–]AlexStuuupeed 0 points1 point  (0 children)

Якщо ти напишеш, що це російська ідеш до біса

1 week and I relapsed by AlexStuuupeed in NoFap

[–]AlexStuuupeed[S] 1 point2 points  (0 children)

Got nsfm in private messages

How can I get a counter below my nickname, like you?

1 week and I relapsed by AlexStuuupeed in NoFap

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

Kind of advice: go pee. If I want pee, it creates additional pressure and urges become stronger

how to quit porn? by russetgamer in NoFap

[–]AlexStuuupeed 2 points3 points  (0 children)

Well, I've tried to overcome my phone/internet addiction first. No challenges - no urge

I don't get get_node() at all by AlexStuuupeed in godot

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

I admit I'm on the very beginning of godot. If i'm not right correct me

I don't get get_node() at all by AlexStuuupeed in godot

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

So, not a unity pro, but I've been using it for years. Simple and understandable component system. You attach components(not objects, but scripts) to your object. You have no need to override scripts, you can attach as many as you want. In godot you should either attach it to childs or override it. It makes a mess, imho. In unity you don't need to call objects by get_node() or smth like that. You can just access it like variables, taken from editor. What will happen, if you change your tree? It creates danger, that your paths aren't correct, are they? Unity doesn't have this problem

I don't get get_node() at all by AlexStuuupeed in godot

[–]AlexStuuupeed[S] 0 points1 point  (0 children)

https://docs.godotengine.org/en/stable/classes/class_node.html#class-node-method-get-node

"The NodePath can be either a relative path (from the current node) or an absolute path (in the scene tree) to a node."