You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
Packages/playshared/Runtime/Util/ApplicationUtils.cs(231,65): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
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'
Packages/playshared/Runtime/Settings/ScreenResolution.cs(20,75): warning CS0618: 'Resolution.refreshRate' is obsolete: 'Resolution.refreshRate is obsolete. Use refreshRateRatio instead.'
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'
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.'
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'
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.
Cannot add menu item 'Generate/C# Constants/InputActions' for method 'CreateInputActionsConstantsMenuItems.CreateInputActionConstants' because a menu item with the same name already exists.
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.
The logs for this run have expired and are no longer available.