1234567891011121314151617181920212223 |
- {
- "FilenameValidation":
- {
- "Filenames":
- [
- {
- "Filename": "Samples~/RebindingUI/Icons/*.png*",
- "Targets": "+PS4,+XboxOne"
- }
- ]
- },
- "FileContentKeywordValidation":
- {
- "Keywords":
- [
- {
- "Targets": "+Switch",
- "Files": [ "InputSystem/Plugins/Switch/SwitchSupportHID.cs" ],
- "Patterns": [ "UnityEngine\\.InputSystem\\.Switch" ]
- }
- ]
- }
- }
|