Feature/openxr support #532
Annotations
1 error and 10 warnings
Build project
-------- Shader Hidden/FastBlur
|
Build project
Assets/Scripts/model/controller/ToggleMenuItem.cs(33,21): warning CS0108: 'ToggleMenuItem.enabled' hides inherited member 'Behaviour.enabled'. Use the new keyword if hiding was intended.
|
Build project
Assets/Scripts/model/controller/ToggleMenuItem.cs(49,21): warning CS0114: 'ToggleMenuItem.Start()' hides inherited member 'PolyMenuButton.Start()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build project
Assets/SimplePixelizer/SimplePixelizer.cs(39,14): warning CS0618: 'SystemInfo.supportsImageEffects' is obsolete: 'supportsImageEffects always returns true, no need to call it'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(117,30): warning CS0618: 'UnityWebRequest.Send()' is obsolete: 'Use SendWebRequest. It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(118,22): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(138,34): warning CS0618: 'UnityWebRequest.Send()' is obsolete: 'Use SendWebRequest. It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(139,26): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(151,34): warning CS0618: 'UnityWebRequest.Send()' is obsolete: 'Use SendWebRequest. It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(152,26): warning CS0618: 'UnityWebRequest.isNetworkError' is obsolete: 'UnityWebRequest.isNetworkError is deprecated. Use (UnityWebRequest.result == UnityWebRequest.Result.ConnectionError) instead.'
|
Build project
Assets/Scripts/api_clients/objectstore_client/ObjectStoreClient.cs(163,46): warning CS0618: 'UnityWebRequest.Send()' is obsolete: 'Use SendWebRequest. It returns a UnityWebRequestAsyncOperation which contains a reference to the WebRequest object.'
|
Loading