Search Issue Tracker
Fix In Review for 12.0.0
Votes
10
Found in [Package]
12.0.0
Issue ID
1312447
Regression
Yes
Particles Shader warnings are thrown "conversion from larger type to smaller, possible loss of data"
To reproduce:
1. Open any project;
2. Navigate to Particles/Lit or Particles/Unlit shaders in URP package;
3. In the Inspector, under Compiled code dropdown, select GLES20 and GLES3x;
4. Press Compile and show code.
Expected result: no warnings are thrown after shader compilation.
Actual result: up to 342 warnings are thrown: "conversion from larger type to smaller, possible loss of data"
Tested and reproduced with URP versions (master branch):
d4d9c2c57dc671a9406470f32b3fe12668d8346e
41a9e99530ec7e37f7b29e35bd0d7ccce4858294
d4c53d60e84b4ecd487730da7a8e61d1593bd339
d0aede8a49d36e76de3679725b53d4ba05a452db
53114f4b5cdb0f92e120dfb69f5ba3652fd7f47b
2423f14de7d51a75811cd00b0bb63aff77822207
Not reproduced with: 10.3.1
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
M4R5
Jun 30, 2021 05:51
bump
2020.3.5f1
francois85
Jun 24, 2021 16:32
Unity, please help us.
Chaowei_Shi
Jun 23, 2021 09:17
Same Errors! GLES20,GLES3X and Vulkan both get the errors!