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")), //////////////////////////////////////////////////////////////// //// 使用可能シェーダー ////