Compare commits
2 Commits
145fe769fb
...
4706818ca4
Author | SHA1 | Date |
---|---|---|
kimrdd | 4706818ca4 | |
kimrdd | e269c0920a |
|
@ -17,6 +17,6 @@ public class PS5Controller : MonoBehaviour
|
||||||
// Update is called once per frame
|
// Update is called once per frame
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
|
Gamepad.all[0].SetMotorSpeeds(100, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue