TweenPlayables icon indicating copy to clipboard operation
TweenPlayables copied to clipboard

Tween Animation Library for Unity Timeline

Results 3 TweenPlayables issues
Sort by recently updated
recently updated
newest added

I'm using unity2022.3 and when I try to spriteRenderer tracks, adding clip to the track, I get an error: NullReferenceException: Object reference not set to an instance of an object...

Before using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace TweenPlayables.Editor { public abstract class TweenAnimationBehaviourDrawer : PropertyDrawer { protected abstract IEnumerable GetPropertyNames(); public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)...

How do I add a float value to a render material tween? For example, render.sharedMaterial.SetFloat("_OutlineWidth", floatValue) Is it possible to add custom parameter types and values?