fix compile error #87
Annotations
2 errors and 11 warnings
🛠️ Build Unity Project
Couldn't add object to asset file because the MonoBehaviour 'UIParticle 1' is already an asset at ''!
|
🛠️ Build Unity Project
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> UnityEngine.UnityException: Creating asset at path Assets/ProjectSettings/UIParticle 2.asset failed.
|
🛠️ Build Unity Project
Coffee.UIExtensions.UIParticleProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new UIParticleProjectSettings.
|
🛠️ Build Unity Project
Coffee.SimpleSceneNavigator.SimpleSceneNavigatorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new SimpleSceneNavigatorProjectSettings.
|
🛠️ Build Unity Project
Coffee.NanoMonitor.NanoMonitorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new NanoMonitorProjectSettings.
|
🛠️ Build Unity Project
Coffee.UIExtensions.UIParticleProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new UIParticleProjectSettings.
|
🛠️ Build Unity Project
Coffee.SimpleSceneNavigator.SimpleSceneNavigatorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new SimpleSceneNavigatorProjectSettings.
|
🛠️ Build Unity Project
Coffee.NanoMonitor.NanoMonitorProjectSettings must be instantiated using the ScriptableObject.CreateInstance method instead of new NanoMonitorProjectSettings.
|
🛠️ Build Unity Project
Assets/Demo/Performance Demo/Scripts/UIParticle_PerformanceDemo.cs(49,36): 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 Unity Project
Assets/Demo/Performance Demo/Scripts/UIParticle_PerformanceDemo.cs(78,32): 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 Unity Project
Assets/Samples/Demo/Scripts/UIParticle_Demo.cs(54,38): 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 Unity Project
Assets/Samples/Demo/Scripts/UIParticle_Demo.cs(82,33): 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.'
|
🧪 Run tests
[NanoMonitor] NanoMonitor does not run on load:
|
The logs for this run have expired and are no longer available.
Loading