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 91af1f3 commit 2946bcdCopy full SHA for 2946bcd
Assets/Benchmark/FrameData.cs
@@ -1,4 +1,3 @@
1
-using System;
2
using System.Collections.Generic;
3
using UnityEngine;
4
Assets/Benchmark/PerformanceTestStage.cs
@@ -1,5 +1,4 @@
using System;
-using System.Collections;
using System.Linq;
5
Assets/Benchmark/PerformanceTestUtilities.cs
@@ -1,6 +1,3 @@
-using System.Collections.Generic;
-using UnityEngine;
using UnityEngine.UIElements;
6
namespace Benchmarking
Assets/Benchmark/StatsGraphVE.cs
@@ -1,10 +1,7 @@
-using System.Linq;
7
-using Unity.Burst;
8
9
10
{
0 commit comments