各种优化,movable采音器完善

This commit is contained in:
2025-05-11 00:20:27 +08:00
parent 440ffc183e
commit c5e8908b47
42 changed files with 275829 additions and 7312 deletions

View File

@@ -37,9 +37,9 @@ namespace Dreamteck.Splines.Editor
mainDataReq.result == UnityWebRequest.Result.DataProcessingError ||
mainDataReq.result == UnityWebRequest.Result.ConnectionError)
{
Debug.LogError("An error occured while fetching the banners data.");
//Debug.LogError("An error occured while fetching the banners data.");
}
else if(!showInfo)
else if (!showInfo)
{
var jObj = JsonUtility.FromJson<WelcomeWindow.Data>(mainDataReq.downloadHandler.text);
welcomeScreenVersion = jObj.version;
@@ -67,7 +67,8 @@ namespace Dreamteck.Splines.Editor
[InitializeOnLoad]
public static class AddScriptingDefines
{
static AddScriptingDefines(){
static AddScriptingDefines()
{
ScriptingDefineUtility.Add("DREAMTECK_SPLINES", EditorUserBuildSettings.selectedBuildTargetGroup, true);
}
}