Page 1 of 1

How can export to json by Duik?

Posted: Fri Feb 01, 2019 7:20 am
by kullboys
Hello, I am trying to export my animation to .json for use in Unity.
But, it doesn't work. And I couldn't find how to export it.
Can you let me know how to do it?
Or Is it not developed yet? When will it be developed?
I will appreciate if you answer to me.
Thanks.

Re: How can export to json by Duik?

Posted: Sun Feb 03, 2019 12:14 pm
by Duduf
What does not work exactly?

The I/O tools are explained there: https://rainbox-dev.github.io/DuAEF_Dui ... /Duik/i-o/

Animation export to JSON should work properly, but the data cannot be used as is in Unity, there's a need for a bit of (simple) development to read the data and convert it to actual animation in Unity.

I don't know how unity works, is it able to read specific JSON data? If that's the case, I could add an "export to unity" feature in Duik which could work out of the box, if I had the file specification (just post it here if you have it)