inkle / ink-unity-integration

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

Add INK_RUNTIME and INK_EDITOR #defines so devs can safely remove references to ink code, if they need to #173

Closed tomkail closed 1 year ago

tomkail commented 1 year ago

I need to work out how to add and remove defines from ProjectSettings when the package is added/removed.

tomkail commented 1 year ago

I've added some functions for this to InkEditorUtils, but more work is required to improve the UX; it should be automatic!

tomkail commented 1 year ago

This is now done.