General
- Why is my static batching breaking, or not working as expected?
- Enter Play Mode with F5 key
- How can I load scenes additively including a NavMesh set at the same position?
- Why doesn't a failed BuildPipeline.BuildPlayer return an error code in the command line?
- How can I have a fully automated build process that can fetch and install any version of Unity into our build environment?
- How do I change the supported Graphics APIs for my game?
- Is there a simple way to make a sprite render in front of everything in the scene?
- Why should I use Threads instead of Coroutines?
- How can I profile a specific part of my code?
- How to customize Unity script templates
- Using WWW with a Proxy
- How to modify the Editor Application Layout from a script
- How to modify Perforce settings via script
- Enabling the Fog in a built game is not working.
- Export Package exports everything
- How can I add Alpha to ETC1 Compression?
- Normal maps generated from Substance have poor compression quality.
- What are the solutions to scene/prefab conflict merging?
- Why can't I see my UI in the scene view?
- Why are my batches (draw calls) so high? What does that mean?
- The characters are displayed with a different font. Where can I see the Fallback font list per platform?
- I cannot open the Unity Editor in Windows due to a failure initializing unity graphics.
- How do I create a minimal repro?
- Do you have advice on how to obfuscate C# code?
- How do I submit a bug report?