Coolinar
Results
2
comments of
Coolinar
Some strange solution of this ```cs DOTween.Shake(() => transform.rotation.eulerAngles, x => { var rotation = transform.rotation; rotation.eulerAngles = Vector3.forward * x.x; transform.rotation = rotation; }, 1, 10, 8, 0);
Your class Sample must be registered by RegisterEntryPoint, cause it have IStartable interface