Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.2.0
Issue ID
1193842
Regression
No
[Burst Complier] - Package description and docs don't list third party dependacies
Building the linked project give's the following error.
Burst requires Visual Studio (installable via Add Component in the Unity Installer) or the C++ build tools for Visual Studio, along with the Windows 10 SDK in order to build a standalone player for Windows with X64_SSE4
The package description and the burst documentation do not mention this. I think it's important to include as I only saw this at build time. I don't use Visual Studio so downloading that + the extra modules, SDKs and tools was an approx 4Gig download and 15Gig install. It would be great to be warned about this so our users can be prepared.
This took a while to install when I should have been building.
Steps to reproduce.
- Uninstall Visual Studio, any C++ build tool and Windows10 SDK.
- Open the project from https://tinyurl.com/y2hpzypt
- Build the Island scene.
Notice issue >> Compiler errors. The Burst compiler has third party dependencies and requires extra tools to be downloaded.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
Add comment