Filip Slavov
Filip Slavov
Hello, We consider this to be a missing feature. DOTweenAnimation should allow (optionally) to specify what value it should start from instead of the current value left in the editor....
DOTweenAnimation is flexible due to the exposed `onComplete`, `onStart`, `onPlay`... events. Designers can easily link logic there, the Unity way. But often we need for the code to subscribe for...
I'm fixing the following issues: - When SceneReference is used as ScriptableObject field, renaming the referred scene wiped the data from the SceneReference field. It worked fine with MonoBehaviours in...
Repro: 1. Open Dependency Viewer window and have dependency index built. 2. Select something to display dependencies. 3. Close Unity. 4. Open Unity again. Result: exception is logged ``` [Exception]...
**Describe the bug** I have a ScrollRect with mask to soften the edges. Inside I have "level icons" that are circles with mask to cut out the rectangular sprite into...