Quantcast
Channel: Questions in topic: "error message"
Viewing all articles
Browse latest Browse all 2891

It dont recognize this Awake , protected override void Awake()

$
0
0
protected override void Awake() { base.Awake(); AddNetworkVariable (() => m_Move, x => m_Move = (Vector3)x); AddNetworkVariable (() => m_Jump, x => m_Jump = (bool)x); }

Viewing all articles
Browse latest Browse all 2891

Trending Articles