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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
Add comment