переписывание скриптов
This commit is contained in:
parent
ce10b0f75c
commit
f53b505860
Binary file not shown.
8
Assets/Racing_Game/Scripts.meta
Normal file
8
Assets/Racing_Game/Scripts.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cbf88f804dc74ca4d9c7b7614c2ce684
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Racing_Game/Scripts/Maps.meta
Normal file
8
Assets/Racing_Game/Scripts/Maps.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ea07be7ccee91904aafbbf9379762ae9
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Racing_Game/Scripts/Maps/1Map.meta
Normal file
8
Assets/Racing_Game/Scripts/Maps/1Map.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5b831ea087a511543986e121e72cc3cf
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
11
Assets/Racing_Game/Scripts/Maps/CheckNumPlayerScript.cs
Normal file
11
Assets/Racing_Game/Scripts/Maps/CheckNumPlayerScript.cs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CheckNumPlayerScript : MonoBehaviour
|
||||||
|
{
|
||||||
|
[SerializeField] private SetActiveScript _setActiveScript;
|
||||||
|
|
||||||
|
//private void Awake()
|
||||||
|
//{
|
||||||
|
// _setActiveScript.SetNoActiveSelected();
|
||||||
|
//}
|
||||||
|
}
|
11
Assets/Racing_Game/Scripts/Maps/CheckNumPlayerScript.cs.meta
Normal file
11
Assets/Racing_Game/Scripts/Maps/CheckNumPlayerScript.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fbd8ab5fed109d44295eebc083744a24
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@ -1,4 +1,3 @@
|
|||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"m_Dictionary": {
|
||||||
|
"m_DictionaryValues": []
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user