We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1cbb5 commit d6f5b2eCopy full SHA for d6f5b2e
.github/workflows/pr-supervisor.yaml
@@ -24,4 +24,4 @@ jobs:
24
GH_TOKEN: ${{ secrets.GH_TOKEN }}
25
run: |
26
sleep 30
27
- gh pr checks ${{ github.event.pull_request.number }} --watch --fail-fast --interval 30
+ gh pr checks ${{ github.event.pull_request.number }} --watch --fail-fast --interval 60
com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs
@@ -11,7 +11,7 @@
11
namespace Unity.Netcode.Editor
12
{
13
/// <summary>
14
- /// Internal use.
+ /// Internal use. Hides the script field for the given component.
15
/// </summary>
16
public class HiddenScriptEditor : UnityEditor.Editor
17
0 commit comments