Vadimskyi / Unity-UI-Ripple-Vfx

Simple optimized UI effect. Inspired by Marerial Design
GNU General Public License v3.0
16 stars 3 forks source link

The type or namespace name 'ITweenRemoteControl' could not be found (are you missing a using directive or an assembly reference? #2

Closed yashs-devstree closed 1 year ago

yashs-devstree commented 2 years ago

Assets/Unity-UI-Ripple-Vfx-master/Runtime/UiRippleVfx.cs(28,17): error CS0246: The type or namespace name 'ITweenRemoteControl' could not be found (are you missing a using directive or an assembly reference?) Assets/Unity-UI-Ripple-Vfx-master/Runtime/UiRippleVfx.cs(29,17): error CS0246: The type or namespace name 'ITweenRemoteControl' could not be found (are you missing a using directive or an assembly reference?)

Vadimskyi commented 1 year ago

LightningFastUITweener package is required in order for this package to work. If you are using UPM this dependency should load automatically. If you manually adding this package to your project, also add tween package above