Add VS Code workspace/launch/settings for Unity development and a new MainMenu scene/UI (uxml, uss, tss) with MainMenuController and related assets. Import two alien character FBX models (with generated .meta settings) and add folder metadata. Update Git LFS pointers for a Game Kit scene and add modifications to Game Kit Controller assets (World Canvas material and Save Camera render texture) and ProjectSettings/QualitySettings. These changes bring initial UI/menu assets and character models into the project and add editor tooling/config for easier development.
30 lines
593 B
Plaintext
30 lines
593 B
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!84 &8400000
|
|
RenderTexture:
|
|
m_ObjectHideFlags: 0
|
|
m_PrefabParentObject: {fileID: 0}
|
|
m_PrefabInternal: {fileID: 0}
|
|
m_Name: Save Camera
|
|
m_ImageContentsHash:
|
|
serializedVersion: 2
|
|
Hash: 00000000000000000000000000000000
|
|
m_Width: 256
|
|
m_Height: 256
|
|
m_AntiAliasing: 1
|
|
m_DepthFormat: 2
|
|
m_ColorFormat: 0
|
|
m_MipMap: 0
|
|
m_GenerateMips: 1
|
|
m_SRGB: 0
|
|
m_TextureSettings:
|
|
serializedVersion: 2
|
|
m_FilterMode: 1
|
|
m_Aniso: 0
|
|
m_MipBias: 0
|
|
m_WrapU: 1
|
|
m_WrapV: 1
|
|
m_WrapW: 1
|
|
m_Dimension: 2
|
|
m_VolumeDepth: 1
|