Search Issue Tracker
Fixed in 2017.1.X
Votes
5
Found in
5.4.0b14
Issue ID
792609
Regression
No
[Texture3D] Allow non-power-of-two Texture3D sizes
Currently Texture3D requires POT sizes. This is not very convenient for some use cases (e.g. 3D LUTs etc.). Modern GPUs can do NPOT volume texture sizes just fine.
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
andrewbasta
Oct 22, 2016 23:25
Another example: Say I have scientific data in NPOT dimensions that I want to load into a Texture3D object. I don't want to downscale the data and lose resolution, nor do I want to unnecessarily pad the data to POT and lose performance.
As OP says, modern GPUs can handle this. Please stop Unity from throwing an exception.