Tagged Questions
0
votes
0answers
130 views
What languages would be best languages for scripting in Unity? [closed]
My question is what language would be best for scripting in Unity?
I know JavaScript is simple, but powerful. But can JavaScript be used for more 'high-level' programming in Unity.
What are the ...
2
votes
1answer
108 views
Make an object slide around an obstacle
I have path areas set up in a game I'm making for canvas/html5 and have got it working to keep the player within these areas. I have a function isOut(boundary, x, y) that returns true if the point is ...
0
votes
2answers
192 views
Check if an object is facing another based on angles
I already have something that calculates the bearing angle to get one object to face another. You give it the positions and it returns the angle to get one to face the other.
Now I need to figure out ...