inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
570 stars 99 forks source link

Ink library rebuilds on every Unity startup #139

Closed patrickklug closed 3 years ago

patrickklug commented 3 years ago

Seems that every time I start Unity the ink library gets rebuild which takes about half a second and slows down opening the Unity editor.

tomkail commented 3 years ago

It’s been doing this a while, I believe - but perhaps it’s not necessary any more? It was to make sure it was always up to date on launch.

On Wed, 11 Nov 2020 at 22:58, patrickklug notifications@github.com wrote:

Seems that with Ink 0.9.61 every time I start Unity the ink library gets rebuild which takes about half a second and slows down opening the Unity editor.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkle/ink-unity-integration/issues/139, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJR3UFOLCQC2NKUTW2GGATSPMJKRANCNFSM4TSR3QUA .

tomkail commented 3 years ago

We now validate rather than rebuild, meaning it'll only rebuild if it needs to.