Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
VRCPickupUdonBehaviourRuleを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Oct 1, 2022
1 parent 191c4fb commit 9b1d945
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/VitDeck/Validator/Rules/JQuestaEventBoothRuleSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")),

////////////////////////////////////////////////////////////////
//// 使用可能シェーダー ////
Expand Down

0 comments on commit 9b1d945

Please sign in to comment.