Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.0KB

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.burst",
  3. "displayName": "Burst",
  4. "version": "1.8.13",
  5. "unity": "2020.3",
  6. "description": "Burst is a compiler that translates from IL/.NET bytecode to highly optimized native code using LLVM.",
  7. "dependencies": {
  8. "com.unity.mathematics": "1.2.1",
  9. "com.unity.modules.jsonserialize": "1.0.0"
  10. },
  11. "_upm": {
  12. "changelog": "### Added\n- Added clearer diagnostic error for certain bad usages of IsSupportedXXX intrinsics.\n- Added support for Burst with the visionOS Simulator SDK.\n- Added support for Windows Arm64.\n\n### Fixed\n- Fixed InvalidCompilerException when usage of IsSupportedXXX intrinsic results in no branches being generated.\n- Fixed information in documentation regarding scheduling generic jobs through generic methods.\n- Fixed a crash caused by arithmetic or bitwise negation on native integers followed by a cast to a pointer.\n- Fixed that the burst debug information folder would sometimes be saved in project root folder.\n- Fixed `System.ArgumentNullException` exception in ILPostProcessing when encountering a library using `mscorlib`\n- Fixed an issue where if two modules were referencing the same external method (dllImport) an internal compiler error could occur - \"Burst internal compiler error: Burst.Compiler.IL.CompilerException: Error while verifying module: DISubprogram attached to more than one function\"\n- Fixed \"Failed to find entry-points: ... An item with the same key has already been added\" error that could occur in the presence of precompiled (usually obfuscated) assemblies that contained methods overloaded only by return type\n\n### Removed\n\n### Changed\n\n### Known Issues"
  13. },
  14. "upmCi": {
  15. "footprint": "fc98b3c710278f004ee0811a7e137dfa06141630"
  16. },
  17. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.burst@1.8/manual/index.html",
  18. "repository": {
  19. "url": "git@github.cds.internal.unity3d.com:unity/burst",
  20. "type": "git",
  21. "revision": "018c84715a0efcfda7f76841a1b0b0366e55f407"
  22. }
  23. }