/unity-tween-jobs

Tween engine for Unity based on the C# Job System

Primary LanguageC#The UnlicenseUnlicense

Tween Jobs

Tween engine for Unity based on the C# Job System.

Features

  • Supports tweening float, Vector2, Vector3, Vector4, Quaternion and Color values
  • Highly configurable: easing function, duration, animation speed, deltaTime vs unscaledDeltaTime, repeat vs ping pong loops
  • Tweeners are serializable and can be easily embedded in your own components
  • Jobs are compiled using Burst for maximum performance
  • Tweeners are pure C# classes and don't require MonoBehaviours. There are MonoBehaviours with embedded tweeners for ease of integration.

Dependencies