Initial Unity 6.4 URP project setup

This commit is contained in:
Matt F 2026-04-23 18:40:54 -07:00
commit d06a5e3d75
79 changed files with 8406 additions and 0 deletions

View file

@ -0,0 +1,75 @@
:root {
--link-color: blue;
}
.title
{
margin: -2px -6px 0px -15px;
padding: 20px 6px 20px 22px;
flex-direction: row;
align-items: center;
background-color: var(--unity-colors-inspector_titlebar-background);
height: 139px;
border-bottom-width: 1px;
border-bottom-color: var(--unity-colors-inspector_titlebar-border);
}
.title__icon
{
max-width: 120px;
max-height: 69px;
}
.title__text
{
margin-left: 25px;
padding: 0px 0px 0px 0px;
font-size: 26px;
flex-shrink: 1;
white-space: normal;
overflow: hidden;
}
.section
{
align-items:flex-start;
margin-bottom: 16px;
}
.section__header
{
font-size: 20px;
white-space: normal;
-unity-font-style: bold;
}
.section__body
{
font-size: 14px;
white-space: normal;
}
.section__link
{
font-size: 14px;
white-space: nowrap;
overflow: hidden;
border-bottom-width: 0px;
margin-bottom: 0px;
border-bottom-color: var(--link-color);
color: var(--link-color);
}
.section__link:hover
{
border-bottom-width: 1px;
margin-bottom: -1px;
cursor: link;
}
.remove-readme-button
{
font-size: 13px;
-unity-font-style: bold;
margin: 1px 0px 1px 0px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d2c670ece470f4c4fa6712b8dc28a9bb
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,3 @@
:root {
--link-color: #7DA0FF;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1f902e57f049a7f47986618de93f5ee1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,3 @@
:root {
--link-color: #3C28D2;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 69e7ab73923f93149821ac3a88b84856
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0