ozzr / godot_terrain

Custom Godot Engine Build with Terrain Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0.2 SmartTextureImporter overrides the default Texture importer

ozzr opened this issue · comments

commented

starting from v1.0.2 the SmartTextureImporter is used to import every image file instead of the default ResourceTextureImporter which imports as StreamTextures

commented

Fixed by moving the SmartTextureImporter registry to the initialization of the TerrainEditorPlugin class