Method | Description | |
---|---|---|
RunUpdate ( float delta ) : void |
Run update like classic unity's Update We use an other method here because the calling must be controlled by CharacterNetwork We can't use standard Update method because Unity update order is non-deterministic
|
Method | Description | |
---|---|---|
Awake ( ) : void |