Home Artists Posts Import Register

Content

Okay.. i try to keep it as short as i can.

Since this is a coding problem and i can not life with coding problems i continued to work on this in the week and.. encountered a big problem.
Flash scripts have a timeout which is really annoying since my scripts must dig throught about 20k VN frames with about 5x the amount of hashtables EACH. So.. i ran into a timeout everytime due to massive amount of data. Especially the *dynamic autofill* feature costs massive anmount of processing time.

So.. i had to find a solution so i threaded the workload into another thread which will asynchoniously work on the auto fill thing until it is ready. And... it works.. finally... >_<

Soo.. that problem aside i now need to code the unity side of things and create a dynamic story exporter which exports the story so that the flash programm can use it.
And i need to code an importer , so that the file generated by the flash program can be importet back into unity.

Oh my... long text this time.

TLDR version : 

Worked in the week , encountered problems , solved problems by avoid sleep and now i need to work on unity code.

Files

Comments

Anonymous

I like posts like this. You are sharing with us your problems and achievments, that would otherwise be left behind the scene. And rt's nice to know you're going that extra mile for us.

Lee Thompson

I'm surprised you're using flash at all, Unity should be able to do whatever you need.

Dubsington

Yeah, I'm with Lee. Why is Flash even involved in the mix? Are you using it to create the animations?

Kerni

Because i had experience with flash ^_^ I could quickly create the story builder and it does it's job. Of course it is far from perfect &gt;_