V-Sekai / unidot_importer

Import .unitypackage and other assets designed for Unity Engine as a GDScript addon for vanilla Godot 4.x
MIT License
671 stars 28 forks source link

Feature requests: anim and shaders #14

Closed GeorgeS2019 closed 11 months ago

GeorgeS2019 commented 1 year ago

Update 16th May, use Godot4.0.3

GeorgeS2019 commented 1 year ago

use the Unity official FBX Exporter addon to export file2Animation.anim => to file2Animation.fbx

lyuma commented 11 months ago

I will close as the only remaining checklist item here is shader support which has its own dedicated issue. Thanks for encouraging us to implement .anim import support!

GeorgeS2019 commented 11 months ago

@lyuma Recently at Twitter or X, Juan suggested ideas what to do with Unity Shaders to make them more portable to e.g. Godot.

Porting (assisted automation or manual) Unity Shader to Godot will definitely be a relevant topic!