cubeforeat fixixxxxxxxxx, navmesh builde fiiixxxxxxx
This commit is contained in:
parent
74b1f53aad
commit
2c076dd736
2
Assets/MainMenu.uss
Normal file
2
Assets/MainMenu.uss
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
button {
|
||||||
|
}
|
11
Assets/MainMenu.uss.meta
Normal file
11
Assets/MainMenu.uss.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 46f32631b4ca6b34494cea4b49c9a8b3
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
|
disableValidation: 0
|
@ -10727,6 +10727,7 @@ MonoBehaviour:
|
|||||||
- {fileID: 6068852365827753352, guid: 4f41280d2a4747b49bde9d9ab3a86d37, type: 3}
|
- {fileID: 6068852365827753352, guid: 4f41280d2a4747b49bde9d9ab3a86d37, type: 3}
|
||||||
- {fileID: 833161632213746375, guid: e8ebefe0d40887a4789f7f2f5b457ac1, type: 3}
|
- {fileID: 833161632213746375, guid: e8ebefe0d40887a4789f7f2f5b457ac1, type: 3}
|
||||||
- {fileID: 8550474832306036776, guid: ede9b2918d7a5ab4d84e9e4db64a593d, type: 3}
|
- {fileID: 8550474832306036776, guid: ede9b2918d7a5ab4d84e9e4db64a593d, type: 3}
|
||||||
|
- {fileID: 2352355441573259686, guid: 07dfe65296154e14dbaf7036089cb26e, type: 3}
|
||||||
players: []
|
players: []
|
||||||
alive: []
|
alive: []
|
||||||
dead: []
|
dead: []
|
||||||
|
@ -27,18 +27,18 @@ TextureImporter:
|
|||||||
ignoreMasterTextureLimit: 0
|
ignoreMasterTextureLimit: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 6
|
generateCubemap: 6
|
||||||
cubemapConvolution: 1
|
cubemapConvolution: 0
|
||||||
seamlessCubemap: 1
|
seamlessCubemap: 0
|
||||||
textureFormat: 1
|
textureFormat: 1
|
||||||
maxTextureSize: 2048
|
maxTextureSize: 2048
|
||||||
textureSettings:
|
textureSettings:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
filterMode: 2
|
filterMode: 1
|
||||||
aniso: 0
|
aniso: 1
|
||||||
mipBias: 0
|
mipBias: 0
|
||||||
wrapU: 1
|
wrapU: 0
|
||||||
wrapV: 1
|
wrapV: 0
|
||||||
wrapW: 1
|
wrapW: 0
|
||||||
nPOTScale: 1
|
nPOTScale: 1
|
||||||
lightmap: 0
|
lightmap: 0
|
||||||
compressionQuality: 50
|
compressionQuality: 50
|
||||||
@ -54,7 +54,7 @@ TextureImporter:
|
|||||||
alphaIsTransparency: 0
|
alphaIsTransparency: 0
|
||||||
spriteTessellationDetail: -1
|
spriteTessellationDetail: -1
|
||||||
textureType: 0
|
textureType: 0
|
||||||
textureShape: 2
|
textureShape: 1
|
||||||
singleChannelComponent: 0
|
singleChannelComponent: 0
|
||||||
flipbookRows: 1
|
flipbookRows: 1
|
||||||
flipbookColumns: 1
|
flipbookColumns: 1
|
||||||
@ -70,7 +70,7 @@ TextureImporter:
|
|||||||
resizeAlgorithm: 0
|
resizeAlgorithm: 0
|
||||||
textureFormat: -1
|
textureFormat: -1
|
||||||
textureCompression: 1
|
textureCompression: 1
|
||||||
compressionQuality: 100
|
compressionQuality: 50
|
||||||
crunchedCompression: 0
|
crunchedCompression: 0
|
||||||
allowsAlphaSplitting: 0
|
allowsAlphaSplitting: 0
|
||||||
overridden: 0
|
overridden: 0
|
||||||
|
@ -51,6 +51,8 @@ namespace Level.BuildModules
|
|||||||
PlaceOneRoom();
|
PlaceOneRoom();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
yield return new WaitForSecondsRealtime(1f);
|
||||||
|
|
||||||
print("<---Rooms Spawned--->");
|
print("<---Rooms Spawned--->");
|
||||||
|
|
||||||
flattenSpawnedRooms[0].GetComponent<NavMeshSurface>().BuildNavMesh();
|
flattenSpawnedRooms[0].GetComponent<NavMeshSurface>().BuildNavMesh();
|
||||||
|
9
Assets/UI Toolkit/MainMeny.uxml
Normal file
9
Assets/UI Toolkit/MainMeny.uxml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
||||||
|
<Style src="project://database/Assets/MainMenu.uss?fileID=7433441132597879392&guid=46f32631b4ca6b34494cea4b49c9a8b3&type=3#MainMenu" />
|
||||||
|
<ui:VisualElement style="flex-grow: 1; align-items: stretch; justify-content: center;">
|
||||||
|
<ui:VisualElement name="container" style="align-items: stretch; flex-direction: row; justify-content: center;">
|
||||||
|
<ui:Button text="Button" display-tooltip-when-elided="true" />
|
||||||
|
<ui:Button text="Button" display-tooltip-when-elided="true" />
|
||||||
|
</ui:VisualElement>
|
||||||
|
</ui:VisualElement>
|
||||||
|
</ui:UXML>
|
10
Assets/UI Toolkit/MainMeny.uxml.meta
Normal file
10
Assets/UI Toolkit/MainMeny.uxml.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: efe11f8326af41c48b9335a897754de5
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
Loading…
x
Reference in New Issue
Block a user