kode80 / kode80CloudsUnity3D

A realtime volumetric cloud rendering solution for Unity3D.
367 stars 64 forks source link

Fixed warnings in Unity 5.5 (new texture importer) #8

Closed Chman closed 7 years ago

Chman commented 7 years ago

The texture importer in Unity 5.5 (currently in beta) got a big refactor. This PR fixes a bunch of warnings.

Also, in case you're wondering why importer.generateMipsInLinearSpace = true; is missing from the 5.5 code path, it's been removed (mipmaps are always generated in linear space).

kode80 commented 7 years ago

Merged, thanks (especially for the knowledge drop on 5.5 import settings)!