Joseph Humfrey
Joseph Humfrey
:+1: from me too. Even outside of Unity, this would be useful for simple PNG image files, where some small ones can easily be stored using normal git, whereas some...
Currently I’m the only contributor! Happy to take pull requests.
Problem with the auto updater is maybe that you have to host a server for it somewhere?
Ooh interesting!
Have tucked away the [Inky Debug] menu so it no longer looks so ugly!
Hmmm, on installers I think we’re pretty limited to whatever can build cross platform via script on a Mac. Since anything else will create too much friction for the release...
Nah the main thing is workflow for next release. So the main thing is a working pull request I can test. And if it works then I’ll do a new...
Thanks for the feedback! Can I ask what specifically you had a problem with?
In general this sounds like a good pull request, especially with the use of ```. It would be amazing if we could get github support for ink. Indentation consistency sounds...
Yep, I'm afraid you need to do a bit of scripting. I'd suggest saving the state using Unity's [PlayerPrefs](https://docs.unity3d.com/ScriptReference/PlayerPrefs.html). So, for example, when you first start the game (e.g. when...