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

Commit

Permalink
イベント出展 (ブース) で、UdonBehaviourLayerConstraintRuleを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
esperecyan committed Oct 10, 2022
1 parent 2fbddc9 commit 08525b0
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 @@ -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")),

Expand Down

0 comments on commit 08525b0

Please sign in to comment.