All Questions
Tagged with unityscript scripting
8 questions
0
votes
1
answer
175
views
Changing coordinates of the object with velocity preservation
In Doodle jump, if a player jumps over one side of the screen he appears on another side with preserved velocity and other physical parameters.
I made two trigger colliders on the sides of the screen ...
0
votes
3
answers
18k
views
A python script controlling a Unity game
I wish to build a simple game in Unity such that the objects in the game can be controlled via a Python script (or a code in any other programming language). Is this possible? If yes then how? If no ...
-3
votes
2
answers
287
views
Is it possible to use Java as a scripting language in unity? [duplicate]
I wonder if its possible to use Java as a scripting language in unity to create a basic 2d game?
1
vote
1
answer
437
views
Player launches into air when hitting steep slopes
I've been debugging an issue where when my player is moving forward at high speeds (I have configurable movement modes for an overview/overwatch mode) if they are in walk mode and hit a steep slope ...
1
vote
1
answer
1k
views
How do I use playerprefs to make ui slider keep the sound settings?
I have not use playerprefs before, I want to know how to keep the change of the audio when the player change it throughout the game.
-1
votes
1
answer
113
views
Error BCE0043,BCE0044 and UCE001 [closed]
I got my code right here:
...
0
votes
1
answer
915
views
How do I make the ui button to move my character? [closed]
How do I make my character move left,right and jump when click ui buttons using this code?
...
1
vote
2
answers
4k
views
Animator has not been initialized
My animation is working but unity keep saying that my Animator has not been initialized error
Here my Code:
...