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
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- [Linux] Progress modal window stays on top of every other window and cannot be moved
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
- Sprite Atlas remains loaded in memory after scene change or unloading assets
Add comment