1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-21 17:56:08 +08:00

Added DOTween.Modules when looking into LooseScript assemblies

This commit is contained in:
Demigiant 2018-11-30 11:56:23 +01:00
parent 164a26e20b
commit 83028803e3

View File

@ -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" "Assembly-CSharp", "Assembly-CSharp-firstpass", "DOTween.Modules"
}; };
/// <summary> /// <summary>