Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2023.3.X
Votes
1
Found in
2021.3.31f1
2023.1.20f1
2023.3.0a13
Issue ID
UUM-51833
Regression
Yes
[Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
How to reproduce:
1. Create a new project using the Cinematic Studio template
2. Observe the warnings in the Console window when the project loads
Expected result: No warnings in the Console window
Actual result: Warnings are thrown in the Console window
{code:java}
Shader warning in '[SimpleHeadsAndTrails] [Trail Bodies] Initialize Particle Strip': use of potentially uninitialized variable (GetParticleIndex) at kernel CSMain at SimpleHeadsAndTrails.vfx(124) (on d3d11)
{code}
{code:java}
Shader warning in '[SimpleRibbon] [Ribbon] Initialize Particle Strip': use of potentially uninitialized variable (GetParticleIndex) at kernel CSMain at SimpleRibbon.vfx(116) (on d3d11)
{code}
Reproducible with: 2021.3.31f1
Not reproducible with: 2021.3.301
Could not test with: 2022.3.10f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8 (Template is not available)
Reprocuded on: Windows 10 (22H2), macOS 13.6 (intel)
Notes: the issue is also reproducible with 3D (HDRP) Template
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
Add comment