UnrealCLR.uplugin 698 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.32",
  5. "FriendlyName": "UnrealCLR",
  6. "Description": ".NET 6 integration",
  7. "Category": "Scripting",
  8. "CreatedBy": "nxrighthere",
  9. "CreatedByURL": "https://github.com/nxrighthere",
  10. "DocsURL": "https://github.com/nxrighthere/UnrealCLR",
  11. "MarketplaceURL": "",
  12. "SupportURL": "https://github.com/nxrighthere/UnrealCLR/discussions",
  13. "EnabledByDefault": true,
  14. "CanContainContent": false,
  15. "IsBetaVersion": false,
  16. "IsExperimentalVersion": false,
  17. "Installed": false,
  18. "Modules": [
  19. {
  20. "Name": "UnrealCLR",
  21. "Type": "Runtime",
  22. "LoadingPhase": "PreLoadingScreen",
  23. "WhitelistPlatforms": [
  24. "Win64",
  25. "Linux",
  26. "Mac"
  27. ]
  28. }
  29. ]
  30. }