Search Issue Tracker
Fixed in 2017.3.0f3
Votes
2
Found in
5.4.0b14
Issue ID
792612
Regression
No
[Texture3D] Add Texture3D.SetRawTexture data
Texture3D does not have Get/SetPixels working on RHalf (single channel FP16) format. And since there's no way to get raw data in/out of the texture, it kinda makes it impossible to work with that format. Either Get/SetPixels should be fixed, or Texture3D should get a SetRawTextureData or similar functions.
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
cosmicelysium
Nov 27, 2018 14:32
Was this actually resolved? Texture3D does not yet have a LoadRawTextureData method like Texture2D. It would be very useful, considering the bottleneck of still needing to create an array of 4-channel Color objects just to set pixels for Texture3D even though I only need a single channel per pixel for an RFloat format Texture3D.