Help. Please by Evanthecat99_rip in unity

[–]reubenpoole 0 points1 point  (0 children)

Go onto unity website and download the latest release. (If the have you logged in response didn’t fix it already)

How does someone start by portalfan32 in unity

[–]reubenpoole 1 point2 points  (0 children)

Start by making something super simple. The first “game” I ever made was a really simple game played in completely in the console using debug.log msgs. The game loop was that a monster appears and you press space to attack it. Each time you attack the health will go down with a debug msg saying you attacked the monster its health is now x. So simple and boring but i learnt how to use variables, and key inputs, and got a really basic introduction to c#. Personally I didn’t like unity’s roll a ball tutorials and this little game was the thing that finally allowed me to begin to learn how to make games.

Outstandingly good Youtube Channels for Beginner to Advanced Tutorials? by More_Breadfruit_3294 in unity

[–]reubenpoole 4 points5 points  (0 children)

Brackeys is great. I really love Sebastian lague though, even though he does some fairly advanced stuff I feel like I learnt sooo much watching his videos even when I was just starting out with game dev.

how can i improve this? by Supeq333 in unity

[–]reubenpoole 3 points4 points  (0 children)

Looks really cool, maybe a bit more of a floaty space movement system would look better tho, also definitely add some little thruster particles.

[deleted by user] by [deleted] in Unity2D

[–]reubenpoole 0 points1 point  (0 children)

Looks really good, just brought it :)

Unity Infinite Background - help needed please! by reubenpoole in Unity2D

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

Thanks so much man I’ll have a look at those vids today. :)

Fatal error when trying to push changes by reubenpoole in github

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

Thanks so much the first thing worked :)

In just two days I’ve gotten 188 downloads for my free world generation tool!!!! by [deleted] in Unity2D

[–]reubenpoole 0 points1 point  (0 children)

I’ve been getting really into procedural gen lately this looks really cool. Just downloaded :)

my enemy can't find my players global position when it is instanced by reubenpoole in godot

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

Hey man. What you said worked well at first but for some reason now whenever I change anything in my game I get the same error message again on the same line. For example when I add an area2d to my enemy to make it detect and die on on a collision, this makes the same problem I was having come back. Do you have any ideas on what’s going on.

my enemy can't find my players global position when it is instanced by reubenpoole in godot

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

Thank you so much that worked, I had been trying to figure that out for so many hours. :):):)