Added DOTween;

Added ViewAlignmentDetector;

Fixed Object.FindObjectOfType<T>() warning;
This commit is contained in:
2025-11-08 14:05:41 +09:00
parent 64f5b93a4a
commit 14886090c8
60 changed files with 6620 additions and 19 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DOTweenUpgradeManager</name>
</assembly>
<members>
<member name="T:DG.DOTweenUpgradeManager.Autorun">
<summary>
This class and its whole library are deleted the first time DOTween's setup is run after an upgrade (or after a new install).
NOTE: DidReloadScripts doesn't work on first install so it's useless, InitializeOnLoad is the only way
</summary>
</member>
</members>
</doc>