переписывание скриптов

This commit is contained in:
Vladislav Likhenko 2024-08-09 15:47:12 +03:00
parent ce10b0f75c
commit f53b505860
11 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cbf88f804dc74ca4d9c7b7614c2ce684
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ea07be7ccee91904aafbbf9379762ae9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 5b831ea087a511543986e121e72cc3cf
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,11 @@
using UnityEngine;
public class CheckNumPlayerScript : MonoBehaviour
{
[SerializeField] private SetActiveScript _setActiveScript;
//private void Awake()
//{
// _setActiveScript.SetNoActiveSelected();
//}
}

View File

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

View File

@ -1,4 +1,3 @@
using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using UnityEngine; using UnityEngine;

View File

@ -0,0 +1,5 @@
{
"m_Dictionary": {
"m_DictionaryValues": []
}
}