fix: assertion failed on expression: 'ps->array_size()' #83
Annotations
12 warnings
🛠️ Build Unity Project
Library folder does not exist.
Consider setting up caching to speed up your workflow,
if this is not your first build.
|
🛠️ Build Unity Project
Activation failed, attempting retry #1
|
🛠️ Build Unity Project
Activation failed, attempting retry #2
|
🛠️ 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/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.'
|
🛠️ Build Unity Project
Assets/Samples/Demo/Scripts/UIParticle_Demo.cs(90,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 Unity Project
Assets/Samples/Demo/Scripts/UIParticle_Demo.cs(126,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.'
|
🧪 Run tests
Activation failed, attempting retry #1
|
🧪 Run tests
Activation failed, attempting retry #2
|
Loading