OpenBeta Cannyに投稿されているCannyを全て確認し、有用そうなCannyを独断で一覧にしました。 2022/09/12 0:20時点の情報で、Feature Request系、Bug Report系の両方を含みます。
Bug Reportで、未Trackedのものは後に整理し、Bug Report系に統合します。
また、QMとはクイックメニュー、MMとはメインメニューのことです。
bash-3.2$ git rev-parse --short HEAD | |
06c1e19 | |
bash-3.2$ unzip -p build/libs/src1.7.10_20200822+KaizPatchX-latest.jar jp/ngt/rtm/entity/npc/NPCAIRideTrain.class > NPCAIRideTrain.class | |
bash-3.2$ javap -v -private NPCAIRideTrain.class > javap_out.txt | |
bash-3.2$ |
diff --git a/.gitattributes b/.gitattributes | |
index bf12937..31415d0 100644 | |
--- a/.gitattributes | |
+++ b/.gitattributes | |
@@ -1,10 +1,10 @@ | |
* text=auto | |
*.meta text eol=lf | |
-*.asset text eol=lf | |
-*.unity text eol=lf | |
+*.asset text eol=lf filter=vrc |
GL_RED: ovr error: VROverlayError_InvalidTexture | |
GL_RG: ovr error: VROverlayError_InvalidTexture | |
GL_RGB: ovr error: VROverlayError_InvalidTexture | |
GL_RGBA: successfull | |
GL_R8: successfull | |
GL_R8_SNORM: successfull | |
GL_R16: successfull | |
GL_R16_SNORM: successfull | |
GL_RG8: successfull | |
GL_RG8_SNORM: successfull |
/// MIT License | |
/// | |
/// Copyright (c) 2022 anatawa12 | |
/// | |
/// Permission is hereby granted, free of charge, to any person obtaining a copy | |
/// of this software and associated documentation files (the "Software"), to deal | |
/// in the Software without restriction, including without limitation the rights | |
/// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
/// copies of the Software, and to permit persons to whom the Software is | |
/// furnished to do so, subject to the following conditions: |
// Copyright (c) anatawa12 2022 | |
// Published under CC0 Licesnse or Unlicesnse at your option | |
// see https://creativecommons.org/publicdomain/zero/1.0/legalcode for CC0 | |
// see https://unlicense.org/ for Unlicense | |
// The .cs file to log compilation to some file. useful with tail -f | |
// `tail -f compileLog.txt` to see the compilation progress continuously | |
// `rm compileLog.txt; touch compileLog.txt; tail -f compileLog.txt` to clear history and see progress | |
#if UNITY_EDITOR && (!ANATAWA12_GISTS_VPM_PACKAGE || GIST_257fbbebd9b7dab8bf39c0c710a2bfc7) |
/* | |
* CreateAssemblyDefinitionForUdonSharp | |
* https://gist.github.com/anatawa12/5987f6b5357c3c91603fa07f215dfeab | |
* | |
* Adds menu to create assembly definition with U# assembly definition | |
* | |
* MIT License | |
* | |
* Copyright (c) 2023 anatawa12 | |
* |
/* | |
* MIT License | |
* | |
* Copyright (c) 2023 anatawa12 | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
* copies of the Software, and to permit persons to whom the Software is |