Merge pull request #574 from Tuupertunut/fix/unix-hidden-files #93
Annotations
2 errors and 33 warnings
|
Build for StandaloneWindows64
Git is not set-up correctly, required to be on PATH, and to be a git project.
|
|
Build for StandaloneWindows64
Error output of 'git rev-parse --short --verify HEAD':
|
|
Build for StandaloneLinux64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, game-ci/unity-builder@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build for StandaloneLinux64
Packages/playshared/Runtime/DebugConsole/AbstractInGameDebugConsoleManager.cs(27,27): warning CS0618: 'Object.FindObjectOfType<T>(bool)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneLinux64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(591,28): warning CS0618: 'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneLinux64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(580,31): warning CS0618: 'Object.FindObjectsOfType<T>()' is obsolete: 'Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.'
|
|
Build for StandaloneLinux64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(452,34): warning CS0618: 'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneLinux64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileTextMultiple.cs(56,30): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneLinux64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileImage.cs(49,26): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneLinux64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileText.cs(49,26): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneLinux64
Assembly for Assembly Definition File 'Packages/com.achimmihca.sqliteunity/Runtime/com.achimmihca.sqliteunity.asmdef' will not be compiled, because it has no scripts associated with it.
|
|
Build for StandaloneLinux64
Cannot add menu item 'Generate/C# Constants/InputActions' for method 'CreateInputActionsConstantsMenuItems.CreateInputActionConstants' because a menu item with the same name already exists.
|
|
Build for StandaloneLinux64
The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.
|
|
Build for StandaloneOSX
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, game-ci/unity-builder@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/Util/ApplicationUtils.cs(231,65): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/Util/Colors.cs(176,26): warning CS0168: The variable 'ex' is declared but never used
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/Logging/Log.cs(351,32): warning CS0168: The variable 'formatException1' is declared but never used
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/Logging/Log.cs(358,36): warning CS0168: The variable 'formatException2' is declared but never used
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/DebugConsole/AbstractInGameDebugConsoleManager.cs(115,61): warning CS0618: 'Object.FindObjectOfType<T>(bool)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/DebugConsole/AbstractInGameDebugConsoleManager.cs(27,27): warning CS0618: 'Object.FindObjectOfType<T>(bool)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneOSX
Packages/playshared/Runtime/Settings/ScreenResolution.cs(20,75): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
|
|
Build for StandaloneOSX
Assembly for Assembly Definition File 'Packages/com.achimmihca.sqliteunity/Runtime/com.achimmihca.sqliteunity.asmdef' will not be compiled, because it has no scripts associated with it.
|
|
Build for StandaloneOSX
Cannot add menu item 'Generate/C# Constants/InputActions' for method 'CreateInputActionsConstantsMenuItems.CreateInputActionConstants' because a menu item with the same name already exists.
|
|
Build for StandaloneOSX
The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.
|
|
Build for StandaloneWindows64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, game-ci/unity-builder@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build for StandaloneWindows64
Packages/playshared/Runtime/DebugConsole/AbstractInGameDebugConsoleManager.cs(27,27): warning CS0618: 'Object.FindObjectOfType<T>(bool)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneWindows64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileTextMultiple.cs(56,30): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneWindows64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileText.cs(49,26): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneWindows64
Assets/Plugins/UnityStandaloneFileBrowser/StandaloneFileBrowser/Sample/CanvasSampleOpenFileImage.cs(49,26): warning CS0618: 'WWW' is obsolete: 'Use UnityWebRequest, a fully featured replacement which is more efficient and has additional features'
|
|
Build for StandaloneWindows64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(591,28): warning CS0618: 'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneWindows64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(580,31): warning CS0618: 'Object.FindObjectsOfType<T>()' is obsolete: 'Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.'
|
|
Build for StandaloneWindows64
Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs(452,34): warning CS0618: 'Object.FindObjectOfType<T>()' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
|
Build for StandaloneWindows64
Assembly for Assembly Definition File 'Packages/com.achimmihca.sqliteunity/Runtime/com.achimmihca.sqliteunity.asmdef' will not be compiled, because it has no scripts associated with it.
|
|
Build for StandaloneWindows64
Cannot add menu item 'Generate/C# Constants/InputActions' for method 'CreateInputActionsConstantsMenuItems.CreateInputActionConstants' because a menu item with the same name already exists.
|
|
Build for StandaloneWindows64
The project currently uses the compatibility mode where the Render Graph API is disabled. Support for this mode will be removed in future Unity versions. Migrate existing ScriptableRenderPasses to the new RenderGraph API. After the migration, disable the compatibility mode in Edit > Projects Settings > Graphics > Render Graph.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StandaloneLinux64-build
|
185 MB |
sha256:09ef817d444a744fb99049e656c51242e780162b3692674bfc4c66f7c4a12ecc
|
|
|
StandaloneOSX-build
|
195 MB |
sha256:b81acdadfb81651d0dc5effdbd7d644f7e1c74c109757d32106a0752d57f6af7
|
|
|
StandaloneWindows64-build
|
191 MB |
sha256:8023976a07a62319fdc09ed803c48a7cf1816209130812e05663f7337106ad4d
|
|