No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ValidationConfig.json 521B

1234567891011121314151617181920212223
  1. {
  2. "FilenameValidation":
  3. {
  4. "Filenames":
  5. [
  6. {
  7. "Filename": "Samples~/RebindingUI/Icons/*.png*",
  8. "Targets": "+PS4,+XboxOne"
  9. }
  10. ]
  11. },
  12. "FileContentKeywordValidation":
  13. {
  14. "Keywords":
  15. [
  16. {
  17. "Targets": "+Switch",
  18. "Files": [ "InputSystem/Plugins/Switch/SwitchSupportHID.cs" ],
  19. "Patterns": [ "UnityEngine\\.InputSystem\\.Switch" ]
  20. }
  21. ]
  22. }
  23. }