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.
Kerni
2018-01-06 11:34:13 +0000 UTCDubsington
2018-01-06 02:57:06 +0000 UTCLee Thompson
2018-01-06 02:09:08 +0000 UTCVilly
2018-01-05 21:52:09 +0000 UTC