Added Unity project files

This commit is contained in:
2026-06-07 16:58:24 +01:00
parent 3cc05d260b
commit 23bbcab156
3942 changed files with 453676 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<UXML xmlns="UnityEngine.UIElements">
<ScrollView>
<VisualElement name="root" class="p-2">
<Label name="title" class="header3 mb-2" />
<Label name="body" enable-rich-text="true" class="mt-2 mb-2 white-space-normal" />
<VisualElement class="mb-2 row align-items-center w-100">
<Button class="mr-2 bg-button-bg flex-1 pt-2 pb-2" name="yes-button" />
<Button name="no-button" class="flex-1 pt-2 pb-2" />
</VisualElement>
</VisualElement>
</ScrollView>
</UXML>

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 019a4b561d5d4614a85046e7a1c58751
timeCreated: 1691075541

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: da1f468c8c7846afab7d03f3f4c52139
timeCreated: 1691075553

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: babec5659a990ea42ae98eef1116739c
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,48 @@
<UXML xmlns="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:vrc="VRC.SDKBase.Editor.Elements">
<VisualElement class="col relative" name="section-3">
<VisualElement class="mt-2 col pr-2 pl-2" name="build-buttons-block">
<VisualElement class="row">
<VisualElement class="col flex-grow-1 align-items-start mr-3" name="build-type-container">
<Label class="d-flex mt-2 mb-2 text-bold" text="Build Type" />
<!-- build-type-dropdown gets inserted here -->
</VisualElement>
<VisualElement class="col" name="platform-container">
<vrc:PlatformSwitcherPopup label="Platform(s)" name="platform-switcher-popup" />
</VisualElement>
<VisualElement class="col ml-3" name="num-clients-container">
<Label class="ml-0 mr-1 mt-2 mb-2 pr-2 d-flex text-bold" text="Clients" />
<uie:IntegerField name="num-clients" class="ml-0" value="1"/>
</VisualElement>
</VisualElement>
<VisualElement class="row justify-content-between">
<VisualElement class="row" name="force-non-vr-container">
<Toggle name="force-non-vr"/>
<Label text="Force Non-VR" class="white-space-normal m-2 options-text-color" />
</VisualElement>
<VisualElement class="row" name="enable-world-reload-container">
<Label text="Enable World Reload" class="white-space-normal m-2 options-text-color" />
<Toggle name="enable-world-reload"/>
</VisualElement>
</VisualElement>
<VisualElement class="mt-2">
<Button name="main-action-button" class="pt-4 pb-4 text-lg text-bold ml-0 mr-0" />
<VisualElement name="main-action-disabled-block" class="d-none absolute text-lg text-bold text-grey-200">
<Label name="main-action-disabled-text" text="You must fix the issues listed above before you can Upload a Build" class="white-space-normal" />
</VisualElement>
</VisualElement>
<VisualElement class="row justify-content-between">
<VisualElement class="row m-2 d-none">
<Label text="Run Performance Streaming" class="ml-2 flex-shrink-1 white-space-normal pr-2 options-text-color text-right" />
<Toggle name="run-performance-streaming" />
</VisualElement>
</VisualElement>
</VisualElement>
<VisualElement class="d-none" name="v3-block" />
<vrc:BuilderProgress name="progress-bar" />
</VisualElement>
</UXML>

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: fddc9f028e2d45a097fc34a58821d37b
timeCreated: 1685525413

View File

@ -0,0 +1,8 @@
#local-test-settings Toggle {
border-bottom-width: 0;
background-color: rgba(0,0,0,0);
}
#local-test-settings Toggle Label {
-unity-font-style: normal;
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 3924ac38bc424700bf8f1f30557680d2
timeCreated: 1687972283

View File

@ -0,0 +1,90 @@
<UXML xmlns="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xmlns:vrc="VRC.SDKBase.Editor.Elements">
<VisualElement class="row pt-2 pl-2 pr-2 pb-2 flex-grow-1" name="content-info">
<VisualElement class="col mr-2 flex-7">
<vrc:VRCTextField class="content-info-field mb-2" required="true" label="Name" placeholder="Enter your world's public name..." name="content-name" vertical="true" />
<VisualElement class="row mb-2 m-unity-field">
<VisualElement class="col flex-1">
<VisualElement class="row align-items-center justify-content-between w-100 mb-1">
<Label class="text-bold" text="Max. Capacity" />
<Button class="help-button" tooltip="What is Maximum Capacity" name="show-capacity-help-button" />
</VisualElement>
<uie:IntegerField tooltip="Maximum capacity" class="ml-0" value="32" name="content-capacity" required="true" />
</VisualElement>
<VisualElement class="col flex-1">
<VisualElement class="row align-items-center justify-content-between w-100 mb-1">
<Label class="text-bold" text="Rec. Capacity" />
<Button class="help-button" tooltip="What is Recommended Capacity" name="show-recommended-capacity-help-button" />
</VisualElement>
<uie:IntegerField tooltip="Recommended Capacity" class="ml-0 mr-0" value="16" name="content-recommended-capacity" />
</VisualElement>
</VisualElement>
<VisualElement class="row m-unity-field" name="warnings-tags-block">
<VisualElement class="col flex-1">
<vrc:ContentWarningsField label="Content Warnings" class="mb-2 mr-unity-field" name="content-warnings" />
</VisualElement>
<VisualElement class="col flex-1">
<vrc:TagsField label="Tags" class="content-info-field w-100 mt-2" name="content-tags" />
</VisualElement>
</VisualElement>
<vrc:VRCTextField class="content-info-field mb-2" label="Description" multiline="true" placeholder="Describe world so it is easier to find!" name="content-description" vertical="true" />
<VisualElement class="row mb-3">
<VisualElement class="col m-unity-field mt-2">
<Label class="field-label text-bold mb-2" text="Last Updated" />
<Label text="Loading..." name="last-updated-label" />
</VisualElement>
<VisualElement class="col m-unity-field mt-2">
<Label class="field-label text-bold mb-2" text="Version" />
<Label text="Loading..." name="version-label" />
</VisualElement>
</VisualElement>
<VisualElement class="col m-unity-field">
<Label class="field-label text-bold mb-2" text="Supported Platforms" />
<Label text="Loading..." name="content-platform-info" />
</VisualElement>
<VisualElement class="mt-2 mb-2 w-100 col d-none">
<VisualElement class="row align-items-center m-unity-field">
<Label class="field-label" text="Current Visibility" />
<Label text="Loading..." name="visibility-label" />
</VisualElement>
<VisualElement class="mt-2 d-none row align-items-center" name="publish-block">
<Button name="publish-button" class="flex-grow-1" />
<Button class="help-button" tooltip="Learn more about Community Labs" name="community-labs-help-button" />
</VisualElement>
</VisualElement>
</VisualElement>
<VisualElement class="col flex-5">
<VisualElement name="visibility-block" class="col mb-2" />
<vrc:Modal title="Publish to Community Labs" name="labs-publish-modal">
<VisualElement class="col p-3">
<Label class="white-space-normal mb-2" text="Publishing this world will put it in to the Community Labs" />
<Label class="white-space-normal mb-2" text="Other users will be able to see your world, and it will either stay in the Labs, get promoted to Public status, or be placed back in to Private status, based on community response." />
<Label class="white-space-normal mb-2" text="We encourage you to get the word out about your world if you want it to survive! If your world violates our Community Guidelines, you could get in trouble by posting it!" />
<Label class="white-space-normal" text="You're only allowed to publish one world per week, so make sure to put your best foot forward!" />
</VisualElement>
<VisualElement class="row pl-3 pr-3 pb-3">
<Button text="Yes, do it!" name="publish-to-labs-btn" class="flex-1 ml-0" />
<Button text="No, keep the world private" name="publish-to-labs-cancel-btn" class="flex-1 mr-0" />
</VisualElement>
</vrc:Modal>
<vrc:Modal title="Unpublishing a World" name="unpublish-modal">
<VisualElement class="col p-3">
<Label class="white-space-normal mb-2" text="Unpublishing this world will remove it from Public." />
<Label class="white-space-normal mb-2" text="If you want to make it public again, it will need to go through Community Labs." />
<Label class="white-space-normal mb-2" text="You're only allowed to publish one world per week, and when you remove a world from the labs, you don't get your one world back. Are you sure?" />
</VisualElement>
<VisualElement class="row pl-3 pr-3 pb-3">
<Button text="Yes, do it!" name="unpublish-btn" class="flex-1 ml-0" />
<Button text="No, keep the world public" name="unpublish-cancel-btn" class="flex-1 mr-0" />
</VisualElement>
</vrc:Modal>
<VisualElement class="col m-unity-field">
<vrc:ThumbnailBlock />
</VisualElement>
<VisualElement class="row align-items-center justify-content-end m-unity-field">
<Label text="World Debugging" class="field-label text-right mr-2" />
<Toggle name="world-debugging-toggle" class="top-05 relative" />
<Button class="help-button" tooltip="What is World Debugging" name="show-world-debugging-help-button" />
</VisualElement>
</VisualElement>
</VisualElement>
</UXML>

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f7edf86396674750aa7d941446bba8fe
timeCreated: 1684521742

View File

@ -0,0 +1,19 @@
#world-debugging-toggle {
border-bottom-width: 0;
background-color: rgba(0,0,0,0);
padding-left: 0;
}
#visibility-block PopupField {
flex-direction: column;
}
#visibility-block PopupField > Label {
font-size: 12px;
-unity-font-style: bold;
margin-bottom: 5px;
padding-top: 0;
}
#content-description {
min-height: 77px;
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 140c4a1abe4d4a5bb6ebfc5853bd8f22
timeCreated: 1687972622