Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
Issue ID
1116500
Regression
Yes
Render texture enum can lose users data
If a user has set specific texture format for working on a platform other than the one they are developing the RenderTexture asset can auto select another format since it might not be supported on the current dev platform. This also means if you use a windows only format, then move the project to OSX and then back to windows you are not guaranteed to have the same format you started with, as it will go through 2 lots of falling back.
Steps to reproduce:
1) Create RenderTexture asset
2) Change the format to R32G32B32A32_SINT
Expected result:Unity attempts to make the format, if it cannot on the platform it then falls back to something and tells the user through UI, keeping the original choice serialised.
Actual result:Unity falls back to what it can and writes it to the file, losing the users choice and serialising different data which might not be wanted when deployed.
Note:Errors are always displayed when the RT is being used and it falls back to none, not sure if this is ideal.
Repos in 2019.1.0a14
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment