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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.