Pārlūkot izejas kodu

Document Profiler C# limitations (#5779)

Matthew 3 gadi atpakaļ
vecāks
revīzija
87d12d7533
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      tutorials/scripting/debug/the_profiler.rst

+ 5 - 0
tutorials/scripting/debug/the_profiler.rst

@@ -30,6 +30,11 @@ To begin profiling, click on the **Start** button in the top-left. Run your game
 and data will start appearing. You can also start profiling at any time before
 and data will start appearing. You can also start profiling at any time before
 or during gameplay, depending on if you want.
 or during gameplay, depending on if you want.
 
 
+.. note::
+
+    The profiler does not currently support C# scripts. C# scripts can be profiled
+    using JetBrains Rider and JetBrains dotTrace with the Godot support plugin.
+
 You can clear the data by clicking the **Clear** button anytime. Use the
 You can clear the data by clicking the **Clear** button anytime. Use the
 **Measure** drop-down menu to change the type of data you measure. The
 **Measure** drop-down menu to change the type of data you measure. The
 measurements panel and the graph will update accordingly.
 measurements panel and the graph will update accordingly.