Trigger Collider Getting Left Behind Object
I have a GameObject that gets moved around with rigidbody2D. This object has a small box collider on it. It has a child with a CircleCollider2D set to trigger that detects other objects nearby. When...
View ArticleHow do I make my character move with an object when he is standing on it?
So far I have a character in my game that moves around and can jump. The point of my game is to jump from platform to platform and then reach a point without falling into the void. However when my...
View ArticleStatic (not moving) fog
Hi, I am trying to create a fog that would stay in a same place all the time unlike Unity's built in fog which moves when the player moves. I will use this for terrain border, so when the player comes...
View ArticleRoll-a-Ball Tutorial- Ball not moving
So I have started doing the Roll a ball tutorial and have gotten up to the second part,moving the player. However I cannot seem to get the ball moving despite my code being exactly the same as in the...
View ArticleObject not moving after changing animator parameter
Hello! I'm having problems with animations and animators in my 2d project, because i can't move an object after changing animation, by changing a parameter in the animator. This is what i want to do:...
View Article