Spatial Networking Issue #35
|
I have two scripts. One for spawning a ball object and one for moving the ball object. The spawn script is attached to a button: using System.Collections; public class SpawnPrefab : MonoBehaviour } And the ball object that spawns has a script of its own where it will move with the 'qweasd' and other keys: using System.Collections; public class MoveOnHoverAndKeyPress : MonoBehaviour } I tried everything but it doesn't seem to work and sometimes gives me errors. |
Replies: 1 comment
|
I fixed it now |

I fixed it now