From 9b1d945610f23b694482e4a522d839fadfd59a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?100=E3=81=AE=E4=BA=BA?= <100@pokemori.jp> Date: Sat, 1 Oct 2022 14:23:23 +0900 Subject: [PATCH] =?UTF-8?q?VRCPickupUdonBehaviourRule=E3=82=92=E5=89=8A?= =?UTF-8?q?=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 dacae0f0..be717f5e 100644 --- a/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs +++ b/Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs @@ -98,8 +98,6 @@ public override IRule[] GetRules() new UdonBehaviourLayerConstraintRule(LocalizedMessage.Get("VketUdonRuleSetBase.UdonBehaviourLayerConstraintRule.Title")), // AllowOwnershipTransferOnCollisionは必ずFalseにすること new UdonBehaviourAllowOwnershipTransferOnCollisionIsFalseRule(LocalizedMessage.Get("UdonBehaviourAllowOwnershipTransferOnCollisionIsFalseRule.Title")), - // VRCPickup は UdonBehaviour [AutoResetPickup] を持つ必要があります。 - new VRCPickupUdonBehaviourRule(LocalizedMessage.Get("VketUdonRuleSetBase.X08_VRCPickupUdonBehaviourRule.Title")), //////////////////////////////////////////////////////////////// //// 使用可能シェーダー ////