Skip to content
Snippets Groups Projects
Commit 96ca2b4e authored by Bocska Karina's avatar Bocska Karina
Browse files

tetra

parent 344303c2
Branches
No related tags found
No related merge requests found
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
\ No newline at end of file
{
"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": "onlab.sln"
}
\ No newline at end of file
...@@ -27,7 +27,7 @@ Material: ...@@ -27,7 +27,7 @@ Material:
m_Ints: [] m_Ints: []
m_Floats: m_Floats:
- _Distance: 1 - _Distance: 1
- _PointSize: 0.05 - _PointSize: 2
m_Colors: m_Colors:
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 1} - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 1}
m_BuildTextureStacks: [] m_BuildTextureStacks: []
...@@ -630,6 +630,22 @@ MonoBehaviour: ...@@ -630,6 +630,22 @@ MonoBehaviour:
company: company:
priority: 0 priority: 0
required: 0 required: 0
--- !u!114 &-2418165061576539680
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: b5a1f07dc5afe854f9f12a4194aca3fb, type: 3}
m_Name: WebGL
m_EditorClassIdentifier:
features: []
m_renderMode: 1
m_depthSubmissionMode: 0
m_symmetricProjection: 0
--- !u!114 &-2150382829162842205 --- !u!114 &-2150382829162842205
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
...@@ -845,12 +861,13 @@ MonoBehaviour: ...@@ -845,12 +861,13 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9f0ebc320a151d3408ea1e9fce54d40e, type: 3} m_Script: {fileID: 11500000, guid: 9f0ebc320a151d3408ea1e9fce54d40e, type: 3}
m_Name: Open XR Package Settings m_Name: Open XR Package Settings
m_EditorClassIdentifier: m_EditorClassIdentifier:
Keys: 01000000070000000e00000004000000 Keys: 01000000070000000e000000040000000d000000
Values: Values:
- {fileID: -3160651408743164439} - {fileID: -3160651408743164439}
- {fileID: -64324148185763206} - {fileID: -64324148185763206}
- {fileID: 4257799398954384198} - {fileID: 4257799398954384198}
- {fileID: -9211917895290312687} - {fileID: -9211917895290312687}
- {fileID: -2418165061576539680}
--- !u!114 &32361891232910083 --- !u!114 &32361891232910083
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
......
...@@ -536,6 +536,9 @@ PlayerSettings: ...@@ -536,6 +536,9 @@ PlayerSettings:
- m_BuildTarget: WebGLSupport - m_BuildTarget: WebGLSupport
m_APIs: 0b000000 m_APIs: 0b000000
m_Automatic: 1 m_Automatic: 1
- m_BuildTarget: WindowsStandaloneSupport
m_APIs: 1100000002000000
m_Automatic: 0
m_BuildTargetVRSettings: m_BuildTargetVRSettings:
- m_BuildTarget: Standalone - m_BuildTarget: Standalone
m_Enabled: 0 m_Enabled: 0
......
TETRA.txt 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment