feat: change the default value of UIParticle.scale
from 10
to 1
#86
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/Demo/Cartoon FX & War FX Demo/CFX_Demo_With_UIParticle.cs(83,42): warning CS0618: 'Object.FindObjectOfType(Type)' is obsolete: 'Object.FindObjectOfType has been deprecated. Use Object.FindFirstObjectByType instead or if finding any instance is acceptable the faster Object.FindAnyObjectByType'
|
🛠️ 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.'
|
🧪 Run tests
[NanoMonitor] NanoMonitor does not run on load:
|
Loading