We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b652b1c commit b226893Copy full SHA for b226893
Packages/deltaneverused.udonsharpprofiler/Runtime/PerfettoHelper.cs
@@ -29,7 +29,7 @@ private static string PerfettoTrackEventTypeToString(this PerfettoTrackEventType
29
30
[DontUdonProfile]
31
public static DataDictionary CreatePacket() {
32
- DataDictionary packet = new();
+ DataDictionary packet = new DataDictionary();
33
return packet;
34
}
35
Packages/deltaneverused.udonsharpprofiler/Samples/Profiler.prefab
@@ -180,7 +180,7 @@ MonoBehaviour:
180
PrefabModifications: []
181
SerializationNodes: []
182
_udonSharpBackingUdonBehaviour: {fileID: 4257191060463753583}
183
- recording: 1
+ recording: 0
184
--- !u!114 &4257191060463753583
185
MonoBehaviour:
186
m_ObjectHideFlags: 0
0 commit comments