1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 01:06:02 +08:00

- addendum to previous (faster Reflection lookup when using DOTween.Modules asmdef)

This commit is contained in:
Demigiant 2019-03-05 17:43:29 +01:00
parent 64f7409e78
commit 090323e51e
14 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ namespace DG.Tweening.Core
{
static Assembly[] _loadedAssemblies;
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>

View File

@ -32,7 +32,7 @@ namespace DG.Tweening
public class DOTween
{
/// <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 ////////////////////////////////////

Binary file not shown.