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:
parent
164a26e20b
commit
83028803e3
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user