diff --git a/docs/docs/en/index.md b/docs/docs/en/index.md
index def6e67..228c416 100644
--- a/docs/docs/en/index.md
+++ b/docs/docs/en/index.md
@@ -112,3 +112,8 @@ By default, tutorial guidance will be shown the first time a user picks up a pro
Disabling the tutorial system
+# Troubleshooting
+
+## When props are disabled and enabled, they do not respond to any input (without error logs)
+
+Please make sure you are not setting the props to be inactive immediately after scene load. [Due to an outstanding Udon bug](https://feedback.vrchat.com/vrchat-udon-closed-alpha-bugs/p/1123-udon-objects-with-udon-children-initialize-late-despite-execution-order-ove), marking an object inactive in the same frame as its UdonBehaviours were scheduled to Start can result in the UdonBehaviours entering a broken state permanently. It is however safe if they are initially disabled (ie, already disabled in the editor).
diff --git a/docs/docs/en/upgrade.md b/docs/docs/en/upgrade.md
index a3c20f2..2e087ae 100644
--- a/docs/docs/en/upgrade.md
+++ b/docs/docs/en/upgrade.md
@@ -1,11 +1,19 @@
# Upgrade guide
-## 1.0 → 1.1
+## 1.1 → 1.1.1
-To upgrade from 1.0 to 1.1:
+To upgrade from 1.1 to 1.1.1, simply import the 1.1.1 unitypackage over the 1.1 package.
-* First, ensure that you update [UdonSharp](https://github.com/MerlinVR/UdonSharp/releases) to 0.20.1 or higher.
-* Import the 1.1 unitypackage over the existing 1.0 package. Your scenes should upgrade automatically.
+### Major changes in 1.1.1
+
+* Workarounds for various Udon bugs.
+
+## 1.0 → 1.1.1
+
+To upgrade from 1.0 to 1.1 (or 1.1.1):
+
+* First, ensure that you update [UdonSharp](https://github.com/MerlinVR/UdonSharp/releases) to 0.20.2 or higher.
+* Import the 1.1.1 unitypackage over the existing 1.0 package. Your scenes should upgrade automatically.
### Major changes in 1.1
@@ -15,4 +23,4 @@ To upgrade from 1.0 to 1.1:
* Directionality now favors the positive Z direction from the directionality marker, instead of both positive and negative Z directions.
* The bone selection interface now considers bones from multiple nearby players, making selection more intuitive.
* The "Prefer self" option has been removed (it's much less necessary now that bone selection considers multiple players).
-* Props now find the global controller automatically on scene load; if you delete and recreate the controller, you don't need to mess with each individual prop to fix things.
\ No newline at end of file
+* Props now find the global controller automatically on scene load; if you delete and recreate the controller, you don't need to mess with each individual prop to fix things.
diff --git a/docs/docs/jp/index.md b/docs/docs/jp/index.md
index 51506f4..531d82c 100644
--- a/docs/docs/jp/index.md
+++ b/docs/docs/jp/index.md
@@ -113,3 +113,11 @@ Attachment Directionオブジェクトがボーン選択に指向性を与えま
チュートリアルを無効化する
+
+# よくある問題
+
+## ON/OFFがついた場合、エラーが出ずに、アタッチオブジェクトが一切反応しない
+
+シーンが読み込んだ直後に非アクティブ化しないようにしてください。[Udonのバグのせいで](https://feedback.vrchat.com/vrchat-udon-closed-alpha-bugs/p/1123-udon-objects-with-udon-children-initialize-late-despite-execution-order-ove)、Startが呼ばれたはずのフレームで非アクティブ化すると永久的に壊れてしまう場合があります。
+
+なお、エディター上で最初から非アクティブになっている場合は問題になりません。
\ No newline at end of file
diff --git a/docs/docs/jp/upgrade.md b/docs/docs/jp/upgrade.md
index 597fb4c..b08ab71 100644
--- a/docs/docs/jp/upgrade.md
+++ b/docs/docs/jp/upgrade.md
@@ -1,6 +1,14 @@
# 更新ガイド
-## 1.0 → 1.1
+## 1.1 → 1.1.1
+
+1.1から1.1.1にアップグレードする場合は、そのまま1.1.1のunitypackageを上書きインポートしてください。
+
+### 1.1.1での主な更新点
+
+* Udonのバグを迂回する調整
+
+## 1.0 → 1.1 (または1.1.1)
1.0から1.1に更新する場合は以下の手順おを踏んでください