Commit Graph

6 Commits

Author SHA1 Message Date
Kiryl Tkachou
9f5240967a Added bilinear scaling and mesh replacing export mode 2019-07-26 15:52:40 +03:00
KirylTkachou
68b3ddaaa1 Fixed importing. 2019-07-23 23:48:36 +03:00
max
7f17793af0 Fixed gray texture on export.
Fixed gray texture on export bug, it was caused by the texture scale function (during upscaling), right now it's required to have the texture dimensions be a power of 2 width/height.
Optional OBJ/PNG/sprite export options.
Chanaged readme.
TODO: Cleanup export code. Make proper scale options (bilinear & point).
2019-07-16 14:12:32 +02:00
max
1251736f5b Updated & tested with Unity 2019.1.8f1
Minor changes.
2019-07-03 00:02:40 +02:00
max
78e4fb0ad1 #if UNITY_EDITOR
Added '#if UNITY_EDITOR' to all the scripts that should only run/be used in the editor.
2019-05-04 13:29:02 +02:00
max
13b1344a23 1.0, gitignore 2018-08-27 11:55:21 +02:00