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")),