Code optimization
Project configuration, design patterns, and coding strategies to help optimize the performance of your code.
Read time 1 minuteLast updated 5 days ago
Considering performance in all the code you write helps your project scale without bottlenecks. There are several ways you can improve performance, including avoiding bad practices, profiling your code, implementing appropriate design patterns, and using techniques like asynchronous programming to split work across multiple threads of execution.
Topic | Description |
|---|---|
| Unity programming best practices | Key issues to be aware of when writing code for Unity applications, along with best practices to help you avoid common pitfalls. |
| Asynchronous programming | Asynchronous programming in Unity with the .NET |
| Job system | Use Unity's own |
| Optimizing your code for managed memory | Approaches for optimizing your code to work with managed memory. |
| Using unmanaged API for transform operations | Use the |