Little update

This commit is contained in:
r.nikolin 2023-10-11 17:59:36 +03:00
parent b561c6cea6
commit ea375e1775
4 changed files with 259 additions and 186 deletions

12
Assets/DebugTools.cs Normal file
View File

@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DebugTools : MonoBehaviour
{
[ContextMenu("Delete saves")]
private void DeleteSaves()
{
PlayerPrefs.DeleteAll();
}
}

11
Assets/DebugTools.cs.meta Normal file
View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f7e797f4098d5c540aaf028c1ff1ca67
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because one or more lines are too long

View File

@ -203,6 +203,9 @@ PlayerSettings:
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
- {fileID: -6517218471499782410, guid: 1a4c68ca72a83449f938d669337cb305, type: 2}
- {fileID: 0}
- {fileID: 648089955447955448, guid: ac7df53da7627c941aa8b5303dd3d14f, type: 2}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1