Skip to content

Commit b505f29

Browse files
committed
2 parents 94f2868 + e0373c0 commit b505f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ So over the years I’ve slowly put together an editing app of my own. It starte
77

88
I know that these days we’re supposed to use the new Unity input system, but, good though it is, a lot of the time it’s just too involved for the kind of games I tend to produce. So although by now I always thought that I would have ditched the old input system for the new one, it just hasn’t happened that way: I keep coming back to the old ways.
99

10-
There are still things here and there that I always wanted to add but never got around to: a window displaying the “history” of deleted axes, a folder in `Documents` in which any Asset documents are automatically opened on launch, drag and drop between different settings files (at the moment it’s copy and paste only).
10+
There are still things here and there that I always wanted to add but never got around to: a window displaying the “history” of deleted axes, a folder in `Documents` in which any Asset documents are automatically opened on launch, drag and drop between different settings files (at the moment it’s copy and paste only). Also generalising the reading and writing of YAML files, rather than the bodge it is at the moment. (Although given the format and layout of the input manager assets hasn’t changed since whenever, it’s a bodge that has stood the test of time.) And a window menu was always on the list of “things to do”. Along with undoing changes to a setting.
1111

1212
But even as it is, I still find it to be a very useful app, so perhaps others will feel the same way.
1313

@@ -39,9 +39,9 @@ There’s a popup of common key names/joystick axes/controller buttons etc for h
3939

4040
So, in conclusion, perhaps others will find this app as useful as I’ve found it over the years.
4141

42-
Source code is in `xojo-project-files`, for those happy to take the risk downloading pre-built binaries, here they are:
42+
Source code is in [xojo-project-files](/xojo-project-files), for those happy to take the risk downloading pre-built binaries, here they are:
4343

44-
Download links below for a zip of Intel, ARM and universal versions, and a zip of a disk image of Intel, ARM and universal versions. (All macOS, as already mentioned somewhere above, I think.)
44+
Download links below for a zip of Intel, ARM and universal versions, and a zip of a disk image of Intel, ARM and universal versions. (All macOS, as already mentioned somewhere above, I think. But the last time I quickly went through the codebase I couldn’t see anything obvious that would stop it from being pretty quickly setup to run on Windows or Linux. But I’m a Mac user, so that’s where my prioritiesd tend to congregate.)
4545

4646
[zip of Intel, ARM and universal versions](https://www.dropbox.com/scl/fi/anw470px54ocj6tu36b9l/UnityInputManagerHelper.zip?rlkey=v3glmsai513tst4cexcf6rd0j&st=59k7g92r&dl=1)
4747

0 commit comments

Comments
 (0)