Update!!!!

This commit is contained in:
Chromium 2025-04-28 02:26:38 +01:00
parent 9c6b5e8d6d
commit b4a66d7e26
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ namespace ImageProcessingGraph.Editor
catch (Exception e)
{
onFailed?.Invoke();
//Debug.LogError(e);
Debug.LogError(e);
return false;
}
}

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"displayName": "Image Processing Graph",
"description": "Stuffs",
"unity": "6000.0",
"unity": "2022.3",
"dependencies": {
"com.unity.burst": "1.8.17"
},