We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f65613 commit cb8bcd6Copy full SHA for cb8bcd6
Packages/Sequence-Unity/Sequence/SequenceSDK/Config/Editor/VersionSetter.cs
@@ -12,7 +12,7 @@ public static class VersionSetter
12
[DidReloadScripts]
13
private static void InjectSDKVersionIntoResources()
14
{
15
- Debug.Log("Injecting SDK version into Resources");
+ Debug.Log("Injecting SDK version into Resources 2");
16
17
string version = PackageVersionReader.GetVersion();
18
string versionFilePath = "Assets/Resources/sequence-unity-version.txt";
0 commit comments