mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 17:26:03 +08:00
- addendum to previous (faster Reflection lookup when using DOTween.Modules asmdef)
This commit is contained in:
parent
64f7409e78
commit
090323e51e
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ namespace DG.Tweening.Core
|
|||||||
{
|
{
|
||||||
static Assembly[] _loadedAssemblies;
|
static Assembly[] _loadedAssemblies;
|
||||||
static readonly string[] _defAssembliesToQuery = new[] { // First assemblies to look into before checking all of them
|
static readonly string[] _defAssembliesToQuery = new[] { // First assemblies to look into before checking all of them
|
||||||
"Assembly-CSharp", "Assembly-CSharp-firstpass", "DOTween.Modules"
|
"DOTween.Modules", "Assembly-CSharp", "Assembly-CSharp-firstpass"
|
||||||
};
|
};
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -32,7 +32,7 @@ namespace DG.Tweening
|
|||||||
public class DOTween
|
public class DOTween
|
||||||
{
|
{
|
||||||
/// <summary>DOTween's version</summary>
|
/// <summary>DOTween's version</summary>
|
||||||
public static readonly string Version = "1.2.225"; // Last version before modules: 1.1.755
|
public static readonly string Version = "1.2.226"; // Last version before modules: 1.1.755
|
||||||
|
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Options ////////////////////////////////////
|
// Options ////////////////////////////////////
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user