Skip to content

Instantly share code, notes, and snippets.

@KzoNag
Created December 14, 2022 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KzoNag/e682224cfd13e32cf4876a68352f9061 to your computer and use it in GitHub Desktop.
Save KzoNag/e682224cfd13e32cf4876a68352f9061 to your computer and use it in GitHub Desktop.
ブログ用 - ハンドデバイスの登録
static HandDevice()
{
InputSystem.RegisterLayout<HandDevice>();
}
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
private static void InitializeInPlayer()
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment