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 961fb35 commit c193ca9Copy full SHA for c193ca9
Assets/FbxExporters/Editor/InstallIntegration.cs
@@ -10,7 +10,7 @@ class Integrations
10
private const string MODULE_FILENAME = "unityoneclick";
11
private const string PACKAGE_NAME = "FbxExporters";
12
private const string VERSION_FILENAME = "README.txt";
13
- private const string VERSION_FIELD = "**Version**";
+ private const string VERSION_FIELD = "VERSION";
14
private const string VERSION_TAG = "{Version}";
15
private const string PROJECT_TAG = "{UnityProject}";
16
private const string INTEGRATION_TAG = "{UnityIntegrationsPath}";
0 commit comments