private void Awake() { if (ARConfiguration.PrettyLines) { this.vesselLineRenderers = new Dictionary <Guid, LineRenderer>(); } #if DEBUG || BENCH this.timer = new System.Diagnostics.Stopwatch(); #endif #if DEBUG this.log = PooledDebugLogger.Get(); #endif }