How to successfully apply force calling a function from another script
Hi, I have a problem that is making me crazy... I have a 2D platform kind off game, where the user can only move on X and Y axis, well the thing is, Im moving the player with Physx applying forces from...
View ArticleHow clean the level before loading another one?
Hi, I have a problem, I'm making a game where the level is generated randomly whenever the player plays a new game (like Diablo II), when the player dies the application loads another level in order to...
View ArticleProblem creating GUI.Window, Help please!
Hi i'm having some trouble while trying to use GUI.Window here's my code: void OnGUI() { baulRect = GUI.Window(BAUL_WINDOW_ID, baulRect, WindowBaul(BAUL_WINDOW_ID), "Baul"); caracteristicasRect =...
View ArticleApply vertical Force then return it to Zero on release Key
Hi, im having some troubles I have a swimming style game where the player moves forward, up and down, i'm applying forces to a rigidbody in order to move the player more naturally the aceleration is...
View ArticleCalculate parabolic shot...
Hi, Im having some troubles, not actually coding (maybe) but perhaps math problems, Here's the thing. I have some kind of AI who makes shoots at you in a parabolic trayectory, now, I dont know how to...
View ArticleSet AA Quality besides the other settings.
Hi, i want to know if it possible to manually set the Anti Aliasing quality level besides the selected quality level, for example: If I select Good Quality Level in my settings but I want to set AA to...
View Article