Skip to content
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1473608
Add Task-based alternative and extra animate overload
BashhScriptKid Nov 19, 2025
91a2d8e
Push constants to class scope and use approximation system
BashhScriptKid Nov 19, 2025
36f5679
Make loop handling safer towards Unity's edge cases
BashhScriptKid Nov 20, 2025
03b94e8
Add presets
BashhScriptKid Nov 21, 2025
4270c34
CancellationToken support for Task-based animate
BashhScriptKid Nov 21, 2025
85efd24
Add predefined ease overload for presets
BashhScriptKid Nov 21, 2025
5a22140
Move Ease.Presets to EaseUtils
BashhScriptKid Nov 21, 2025
53e151d
Update FastPow2 commenting
BashhScriptKid Nov 21, 2025
4cbdd00
Make EaseUtils static and serializable
BashhScriptKid Nov 21, 2025
bd2a005
Implement FastSqrt
BashhScriptKid Nov 21, 2025
1b71d34
Add BlastIn and BlastOut method utils
BashhScriptKid Nov 21, 2025
e1b22d0
Remove Mathf clamping of Ease creation shortcuts
BashhScriptKid Nov 21, 2025
d82c01f
Make approximation algorithm public
BashhScriptKid Nov 23, 2025
cf65557
Add skip/stop ease support
BashhScriptKid Nov 23, 2025
7123d66
Rename custom Ease.Get methods
BashhScriptKid Nov 23, 2025
a88ce1a
Add docstrings
BashhScriptKid Nov 23, 2025
6ec6cc1
Add another overload (again)
BashhScriptKid Nov 23, 2025
1e00c0e
Apply compiler tweaks for aggressive inlining
BashhScriptKid Nov 24, 2025
78dc2cf
Change remaining Mathf calls
BashhScriptKid Nov 24, 2025
152576f
Update docstring
BashhScriptKid Nov 24, 2025
b38c2f8
Redesign Ease Get APIs
BashhScriptKid Nov 24, 2025
fda9b9c
There shall be only one FastApproximately
BashhScriptKid Nov 24, 2025
ba96d19
Merge Get overloads
BashhScriptKid Nov 25, 2025
ed91666
Make Ease datas readonly
BashhScriptKid Nov 25, 2025
035ceeb
Cleanup warnings
BashhScriptKid Nov 25, 2025
bd191c7
Fix operation orders
BashhScriptKid Nov 26, 2025
741252a
Formatting
BashhScriptKid Nov 27, 2025
837574d
Fix algorithm inaccuracy
BashhScriptKid Nov 30, 2025
22a4ee8
Update FastSqrt
BashhScriptKid Nov 30, 2025
4738138
Parentheses cleanup
BashhScriptKid Nov 30, 2025
2ebdb46
Update Circle easing
BashhScriptKid Nov 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading