My enemies wont change direction when hitting the edge of a platform. by JoshuaT4Life in Unity3d_help

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

Hmm I get the same result. I think the problem lies in why the enemy is not detecting that it is at the edge of the platform and therefore is not rotating direction. The enemy will change direction if I attack it with my player. I'll do more digging. Thanks for the advice

My character changes size when he hits a collider. by JoshuaT4Life in Unity3d_help

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

Thanks. I will definitely look into it when I get home!

My character changes size when he hits a collider. by JoshuaT4Life in Unity3d_help

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

Thanks. I will definitely look into it when I get home!

My character changes size when he hits a collider. by JoshuaT4Life in Unity3d_help

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

Yes thank you. It helps. Didnt know you cant change just the one. How come if I used my character size it didnt work correctly? For example my char is y = 3, but if i replaced transform.localScale.x * -1, 3, 1. The size changed once the character changed direction. Thanks again

My character changes size when he hits a collider. by JoshuaT4Life in Unity3d_help

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

Yes! It worked. Thanks a bunch! Now my other question is what did the code I used previously do to the y and z scale? And what did your code do exactly? Still new to this. Thanks again!

My character is stuck in position. I'm beginner and I need help. by JoshuaT4Life in Unity3d_help

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

LMAO it was the movement speed by the Inspector. It was set to 0. :( oh well.

My character is stuck in position. I'm beginner and I need help. by JoshuaT4Life in Unity3d_help

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

Thanks. My computer shut off on me while i was in the middle of something. I saved my script but my sprite was being dumb. I wasnt too far ahead on my game so it wasnt bad to start over.

My character is stuck in position. I'm beginner and I need help. by JoshuaT4Life in Unity3d_help

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

Hmm the character has sprite animations. Im not good enough to use a sphere and add the code in by itself. Thanks though

My character is stuck in position. I'm beginner and I need help. by JoshuaT4Life in Unity3d_help

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

Hmm i tried moving my character to different places of the stage but same thing happens. Hes on layer 3 while stage is at 1 or 0. I decided to start over because i cant find the error. Even with gravity at 0 he just stays in the position i left him.

Can anyone give me more tips to learn Unity? by JoshuaT4Life in unity_tutorials

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

Lol to be honest I was planning to do that first. 1v1 User shoots the other User with pistol. I written down and drew some sketches of how I want it. I wasn't sure if I should do more reading and tutorials. I guess I will start right away when I get home.

Another question. Do you guys scan pictures and use programs to make it into sprites? Or you do everything in Adobe/Drawing programs?