Posts by Natan Kawan Freire • 11 points
3 posts
-
1
votes2
answers198
viewsA: Bhaskara beginner
As the result that searched in delta is a negative number you can program its function to also adapt and thus show the result taking into account the complex numbers. The calculation of a negative…
c#answered Natan Kawan Freire 11 -
0
votes1
answer667
viewsA: Activate an object and disable others
What you can do is create a Gameobjects list and within it put its outlines, but first you should delete these multiple variables outline of its attributes, your code start should look like this:…
-
0
votes4
answers520
viewsA: Diagonal movement Unity 5
You can’t do the move diagonally, because you’re not adding values in the diagonal directions, that is in the X and Y directions together, you’re just adding in Y with the stretch jump.y += 100;,…