Hey I have problem that I believe is simple but somehow I'm just not seeing it.
I've written up a small script to rotate my players arms on the x axis.
I do have a character controller that works fine all synced ect..
It works both players can control only their on arm rotation, its just very laggy.
Any help would be great ...I'm so desperate for this to work.
Syncing My Transform ?
I've written up a small script to rotate my players arms on the x axis.
I do have a character controller that works fine all synced ect..
It works both players can control only their on arm rotation, its just very laggy.
Any help would be great ...I'm so desperate for this to work.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- public float...