Skip to content

Commit

Permalink
Merge pull request #5 from styly-dev/develop
Browse files Browse the repository at this point in the history
v0.1.0
  • Loading branch information
from2001 authored Jul 8, 2024
2 parents a062b74 + e45903c commit 6c16491
Show file tree
Hide file tree
Showing 149 changed files with 9,024 additions and 2 deletions.
129 changes: 129 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
# Asset meta data should only be ignored when the corresponding asset is also ignored
# Note: Wrote top line better, cause a few ignore .meta below(so, for Visual Scripting).
!/**/[Aa]ssets/**/*.meta
/**/[Aa]ssets/Unity.VisualScripting.Generated.meta
/**/[Aa]ssets/Unity.VisualScripting.Generated/*

# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
/[Mm]emoryCaptures/

# Recordings can get excessive in size
/[Rr]ecordings/

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.aab
*.unitypackage
*.app

# Crashlytics generated file
crashlytics-build.properties

# Packed Addressables
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*

# Temporary auto-generated Android Assets
/[Aa]ssets/[Ss]treamingAssets/aa.meta
/[Aa]ssets/[Ss]treamingAssets/aa/*

# For temporary directories
/[Aa]ssets/temp/*
/[Aa]ssets/temp.meta
/[Aa]ssets/_temp/*
/[Aa]ssets/_temp.meta
/[Aa]ssets/Samples/*
/[Aa]ssets/Samples.meta
/UIElementsSchema/

# link.xml (Generated by BuildPreProcessor/AvoidCodeStrip.cs)
/[Aa]ssets/link.xml
/[Aa]ssets/link.xml.meta

# BurstAot
/Build_BurstDebugInformation_DoNotShip/StaticLibraries/lib_burst_generated.txt
/ProjectSettings/BurstAotSettings_*.json
/ProjectSettings/CommonBurstAotSettings.json

#Samples
/[Aa]ssets/Samples
/[Aa]ssets/Samples.meta

#TextMesh Pro files
/[Aa]ssets/TextMesh Pro/*
/[Aa]ssets/TextMesh Pro.meta

# Crash Report
mono_crash.*.json

# XR Device Simulator
/[Aa]ssets/UnityXRContent/*
/[Aa]ssets/UnityXRContent.meta
/[Aa]ssets/XR/UserSimulationSettings/*
/[Aa]ssets/XR/UserSimulationSettings.meta
ContentPackages/com.unity.xr-content.xr-sim-environments-*.tgz

# Others
**/.DS_Store
.idea
/_[Bb]uild/
/_[Bb]uild.meta
/[Aa]ssets/_temp/
/[Aa]ssets/_temp.meta
/_Output/*
/_Output.meta

# Enterprise API license
/[Aa]ssets/Enterprise.license
/[Aa]ssets/Enterprise.license.meta

5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
55 changes: 55 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.gitmodules": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"ProjectSettings/": true,
"temp/": true,
"Temp/": true
},
"dotnet.defaultSolution": "EnterpriseCameraAccessPlugin.sln"
}
8 changes: 8 additions & 0 deletions Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Assets/Resources/PXR_PlatformSetting.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 508edb944d24e574595a91425051a8e4, type: 3}
m_Name: PXR_PlatformSetting
m_EditorClassIdentifier:
entitlementCheckSimulation: 0
startTimeEntitlementCheck: 0
appID:
useHighlight: 1
deviceSN: []
8 changes: 8 additions & 0 deletions Assets/Resources/PXR_PlatformSetting.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions Assets/Resources/PXR_ProjectSetting.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 261e5777ad4ae374eb318821653de6aa, type: 3}
m_Name: PXR_ProjectSetting
m_EditorClassIdentifier:
useContentProtect: 0
handTracking: 0
openMRC: 1
faceTracking: 0
lipsyncTracking: 0
eyeTracking: 0
eyetrackingCalibration: 0
enableETFR: 0
latelatching: 0
latelatchingDebug: 0
enableSubsampled: 0
bodyTracking: 0
adaptiveResolution: 0
stageMode: 0
videoSeeThrough: 0
spatialAnchor: 0
superResolution: 0
normalSharpening: 0
qualitySharpening: 0
fixedFoveatedSharpening: 0
selfAdaptiveSharpening: 0
8 changes: 8 additions & 0 deletions Assets/Resources/PXR_ProjectSetting.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Assets/Resources/PXR_SDKSettingAsset.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 1
m_Script: {fileID: 11500000, guid: 8e08befb1867d8945b4f1ddac43e65c5, type: 3}
m_Name: PXR_SDKSettingAsset
m_EditorClassIdentifier:
ignoreSDKSetting: 1
doNotShowBuildWarning: 0
appIDChecked: 0
8 changes: 8 additions & 0 deletions Assets/Resources/PXR_SDKSettingAsset.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions Assets/Resources/PolySpatialSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 019d9e67133646548a506370e966316a, type: 3}
m_Name: PolySpatialSettings
m_EditorClassIdentifier:
m_PackageVersion: 1.2.3
m_EnableStatistics: 0
m_ColliderSyncLayerMask:
serializedVersion: 2
m_Bits: 1
m_ParticleMode: 0
m_TrackLightAndReflectionProbes: 1
m_DisableTrackingMask:
serializedVersion: 2
m_Bits: 0
m_DisabledTrackers: []
m_AdditionalTextureFormats:
m_DefaultVolumeCameraWindowConfiguration: {fileID: 11400000, guid: 780e9fdf3d43042578153145466820cf,
type: 2}
m_AutoCreateVolumeCamera: 1
m_TransmitDebugInfo: 0
m_EnableFallbackShaderConversion: 1
m_EnableRuntimeValidation: 0
m_RuntimeValidationFrameCount: 10
m_ConnectionDiscoveryPort: 9877
m_ConnectionDiscoverySendInterval: 30
m_ConnectionDiscoveryTimeOutDuration: 5
m_DeviceDisplayProviderParameters:
dimensions: {x: 1830, y: 1600}
leftEyePose:
position: {x: -0.033, y: -0.02, z: -0.01}
rotation: {x: 0, y: 0, z: 0, w: 1}
rightEyePose:
position: {x: -0.033, y: -0.02, z: -0.01}
rotation: {x: 0, y: 0, z: 0, w: 1}
leftProjectionHalfAngles:
left: -1.73205
right: 1
top: 1
bottom: -1.19175
rightProjectionHalfAngles:
left: -1.73205
right: 1
top: 1
bottom: -1.19175
m_MaterialSwapSets: []
m_EnablePolySpatialRaycaster: 1
m_SelectedValidationType: 1
m_ShowWarningsForShaderGraphsInPackages: 1
m_MinifyShaderGraphNodeNames: 1
m_PreviewUseBackgroundColor: 1
m_PreviewBackgroundColor: {r: 0.192, g: 0.301, b: 0.474, a: 1}
m_RuntimeMode: 0
m_EnableTransformVerification: 0
m_EnableProgressiveMipStreaming: 0
m_MaxMipByteSizePerCycle: 128000
m_RuntimeFlags: 0
m_EnableInEditorPreview: 1
m_HidePolySpatialPreviewObjectsInScene: 1
m_AlwaysLinkPolySpatialRuntime: 0
m_PolySpatialNetworkingMode: 0
m_ConnectionTimeout: 2
m_EnableHostCameraControl: 0
m_EnableClipping: 0
m_SerializedServerAddresses:
- 127.0.0.1
m_SerializedIgnoredScenePaths: []
m_MockBackend: 0
Loading

0 comments on commit 6c16491

Please sign in to comment.