Search Issue Tracker
Fixed
Votes
0
Found in
5.4.0b22
Issue ID
809737
Regression
No
[iOS] GLES 3.0 does not show an error when SV_POSITION is as vertex shader input
Steps to reproduce:
1) Open the attached project.
1.5) Change line 154, in "Localization_GeneratorFromAssets.cs" to:
foreach (var obj in Resources.FindObjectsOfTypeAll(typeof(UnityEngine.Object)).Where((o) => o != null)) {
2) Build the project for iOS.
3) Deploy to a device via Xcode.
4) Open the app.
5) Tap both upper corners at he same time.
6) Enable 'God mode' and 'InstaKill'.
7) Shoot on of the lizards (fire button is on the lower right).
8) Shoot the water stream.
There is fire coming out of the water with each shot, when it should be coming from the gun. This issue doesn't occur with GLES2.
RESOLUTION:
User shaders use SV_POSITION instead of POSITION, we should issue an error for this.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Null reference exceptions occur when ScriptableObjects saved in the same .asset file are referenced in runtime
- Depth texture is flipped when specific URP rendering settings are applied
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
Add comment