From 08525b0607580be5f58dc8116fd683556444c30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?100=E3=81=AE=E4=BA=BA?= <100@pokemori.jp> Date: Mon, 10 Oct 2022 16:58:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A4=E3=83=99=E3=83=B3=E3=83=88=E5=87=BA?= =?UTF-8?q?=E5=B1=95=20(=E3=83=96=E3=83=BC=E3=82=B9)=20=E3=81=A7=E3=80=81U?= =?UTF-8?q?donBehaviourLayerConstraintRule=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs b/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs index 22d8e601..3feba220 100644 --- a/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs +++ b/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs @@ -86,8 +86,6 @@ public override IRule[] GetRules() new AllMaxParticlesMaxCountRule("Particle System", 100), // Udon Behaviour - // UdonBehaviourを含むオブジェクトのLayerはUserLayer23としてください - new UdonBehaviourLayerConstraintRule(LocalizedMessage.Get("VketUdonRuleSetBase.UdonBehaviourLayerConstraintRule.Title")), // AllowOwnershipTransferOnCollisionは必ずFalseにすること new UdonBehaviourAllowOwnershipTransferOnCollisionIsFalseRule(LocalizedMessage.Get("UdonBehaviourAllowOwnershipTransferOnCollisionIsFalseRule.Title")),