Skip to content

Commit 65546ec

Browse files
authored
Update PerfGettingStarted.md
1 parent d2cba22 commit 65546ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/Performance/PerfGettingStarted.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ typically identify a problematic scenario, measure the problem (using some sort
1010
dig into the hotspots (using that profiling tool), test out a fix to that hotspot, and then repeat
1111
until performance is within desired bounds.
1212

13-
### [Introduction to Unity performance optimization for beginners](https://www.youtube.com/watch?v=1e5WY2qf600)
13+
**[Introduction to Unity performance optimization for beginners](https://www.youtube.com/watch?v=1e5WY2qf600)**
1414

1515
For people completely new to performance optimization, this is a great video to watch.
1616

17-
### [Unity performance optimization tutorials](https://unity3d.com/learn/tutorials/topics/performance-optimization)
17+
**[Unity performance optimization tutorials](https://unity3d.com/learn/tutorials/topics/performance-optimization)**
1818

1919
These tutorials introduce the Unity performance diagnostic tools and then share some
2020
common issues and pitfalls that people new to (and experienced with!) Unity can encounter.
2121

22-
### [Unity optimization best practices](https://docs.unity3d.com/2019.1/Documentation/Manual/BestPracticeUnderstandingPerformanceInUnity.html)
22+
**[Unity optimization best practices](https://docs.unity3d.com/2019.1/Documentation/Manual/BestPracticeUnderstandingPerformanceInUnity.html)**
2323

2424
Additional in-depth best practices that can apply to Unity in general.
2525

26-
### [Event Tracing for Windows Unity Guide](https://docs.unity3d.com/uploads/ExpertGuides/Analyzing_your_game_performance_using_Event_Tracing_for_Windows.pdf)
26+
**[Event Tracing for Windows Unity Guide](https://docs.unity3d.com/uploads/ExpertGuides/Analyzing_your_game_performance_using_Event_Tracing_for_Windows.pdf)**
2727

2828
This guide goes into using a more advanced method for diving into performance issues using [Windows
2929
Performance Analyzer](https://docs.unity3d.com/uploads/ExpertGuides/Analyzing_your_game_performance_using_Event_Tracing_for_Windows.pdf)

0 commit comments

Comments
 (0)