mirror of
https://github.com/ConjureETS/EscapeTheRoom.git
synced 2026-03-24 01:00:58 +00:00
Merge branch 'master' of https://github.com/ETSConjure/EscapeTheRoom
This commit is contained in:
commit
7630be8ffa
16
Assets/BoundsTest.cs
Normal file
16
Assets/BoundsTest.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
public class BoundsTest : MonoBehaviour
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
Mesh mesh = GetComponent<MeshFilter>().mesh;
|
||||
Vector3[] vertices = mesh.vertices;
|
||||
Vector2[] uvs = new Vector2[vertices.Length];
|
||||
Bounds bounds = mesh.bounds;
|
||||
|
||||
print(bounds.size.x);
|
||||
print(bounds.size.y);
|
||||
}
|
||||
}
|
||||
12
Assets/BoundsTest.cs.meta
Normal file
12
Assets/BoundsTest.cs.meta
Normal file
@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f9be25bdb3093a04593a77000d0de01d
|
||||
timeCreated: 1446994864
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@ -1,7 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e2839cc8e19d8dc4098d710783dbac88
|
||||
guid: a212345d4b618254ea021bb18ccbde7f
|
||||
folderAsset: yes
|
||||
timeCreated: 1446922484
|
||||
timeCreated: 1446994519
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
@ -1,6 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ea2a5216ffb8d4b319d09e8d7782120c
|
||||
guid: 9be59d089fce99b468448eb29c0b4cb3
|
||||
folderAsset: yes
|
||||
timeCreated: 1446994524
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
138
Assets/Models/Materials/No Name.mat
Normal file
138
Assets/Models/Materials/No Name.mat
Normal file
@ -0,0 +1,138 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!21 &2100000
|
||||
Material:
|
||||
serializedVersion: 6
|
||||
m_ObjectHideFlags: 0
|
||||
m_PrefabParentObject: {fileID: 0}
|
||||
m_PrefabInternal: {fileID: 0}
|
||||
m_Name: No Name
|
||||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_ShaderKeywords:
|
||||
m_LightmapFlags: 5
|
||||
m_CustomRenderQueue: -1
|
||||
stringTagMap: {}
|
||||
m_SavedProperties:
|
||||
serializedVersion: 2
|
||||
m_TexEnvs:
|
||||
data:
|
||||
first:
|
||||
name: _MainTex
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _BumpMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _DetailNormalMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _ParallaxMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _OcclusionMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _EmissionMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _DetailMask
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _DetailAlbedoMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
data:
|
||||
first:
|
||||
name: _MetallicGlossMap
|
||||
second:
|
||||
m_Texture: {fileID: 0}
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Offset: {x: 0, y: 0}
|
||||
m_Floats:
|
||||
data:
|
||||
first:
|
||||
name: _SrcBlend
|
||||
second: 1
|
||||
data:
|
||||
first:
|
||||
name: _DstBlend
|
||||
second: 0
|
||||
data:
|
||||
first:
|
||||
name: _Cutoff
|
||||
second: .5
|
||||
data:
|
||||
first:
|
||||
name: _Parallax
|
||||
second: .0199999996
|
||||
data:
|
||||
first:
|
||||
name: _ZWrite
|
||||
second: 1
|
||||
data:
|
||||
first:
|
||||
name: _Glossiness
|
||||
second: .5
|
||||
data:
|
||||
first:
|
||||
name: _BumpScale
|
||||
second: 1
|
||||
data:
|
||||
first:
|
||||
name: _OcclusionStrength
|
||||
second: 1
|
||||
data:
|
||||
first:
|
||||
name: _DetailNormalMapScale
|
||||
second: 1
|
||||
data:
|
||||
first:
|
||||
name: _UVSec
|
||||
second: 0
|
||||
data:
|
||||
first:
|
||||
name: _Mode
|
||||
second: 0
|
||||
data:
|
||||
first:
|
||||
name: _Metallic
|
||||
second: 0
|
||||
m_Colors:
|
||||
data:
|
||||
first:
|
||||
name: _EmissionColor
|
||||
second: {r: 0, g: 0, b: 0, a: 1}
|
||||
data:
|
||||
first:
|
||||
name: _Color
|
||||
second: {r: 1, g: 1, b: 1, a: 1}
|
||||
8
Assets/Models/Materials/No Name.mat.meta
Normal file
8
Assets/Models/Materials/No Name.mat.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8177bdbcaac15f940b67315535d708f5
|
||||
timeCreated: 1446994524
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
BIN
Assets/Models/ZippoLighter.fbx
Normal file
BIN
Assets/Models/ZippoLighter.fbx
Normal file
Binary file not shown.
214
Assets/Models/ZippoLighter.fbx.meta
Normal file
214
Assets/Models/ZippoLighter.fbx.meta
Normal file
@ -0,0 +1,214 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4fed9d0bf3595254ba35890c3fd49728
|
||||
timeCreated: 1446994524
|
||||
licenseType: Free
|
||||
ModelImporter:
|
||||
serializedVersion: 18
|
||||
fileIDToRecycleName:
|
||||
100000: Component#1_001
|
||||
100002: Component#1_002
|
||||
100004: Component#2_001
|
||||
100006: Component#2_002
|
||||
100008: Component#4_001
|
||||
100010: Component#4_002
|
||||
100012: Component#4_003
|
||||
100014: Component#4_004
|
||||
100016: Component#5_001
|
||||
100018: Component#5_002
|
||||
100020: Component#5_003
|
||||
100022: Component#5_004
|
||||
100024: Component#6_001
|
||||
100026: Component#6_002
|
||||
100028: Group#14_001
|
||||
100030: Group#14_002
|
||||
100032: Group#17_001
|
||||
100034: Group#17_002
|
||||
100036: Group_001
|
||||
100038: Group_002
|
||||
100040: Group_003
|
||||
100042: Group_004
|
||||
100044: Group_005
|
||||
100046: Group_006
|
||||
100048: Group_007
|
||||
100050: Group_008
|
||||
100052: Group_009
|
||||
100054: Group_010
|
||||
100056: //RootNode
|
||||
400000: Component#1_001
|
||||
400002: Component#1_002
|
||||
400004: Component#2_001
|
||||
400006: Component#2_002
|
||||
400008: Component#4_001
|
||||
400010: Component#4_002
|
||||
400012: Component#4_003
|
||||
400014: Component#4_004
|
||||
400016: Component#5_001
|
||||
400018: Component#5_002
|
||||
400020: Component#5_003
|
||||
400022: Component#5_004
|
||||
400024: Component#6_001
|
||||
400026: Component#6_002
|
||||
400028: Group#14_001
|
||||
400030: Group#14_002
|
||||
400032: Group#17_001
|
||||
400034: Group#17_002
|
||||
400036: Group_001
|
||||
400038: Group_002
|
||||
400040: Group_003
|
||||
400042: Group_004
|
||||
400044: Group_005
|
||||
400046: Group_006
|
||||
400048: Group_007
|
||||
400050: Group_008
|
||||
400052: Group_009
|
||||
400054: Group_010
|
||||
400056: //RootNode
|
||||
2300000: Component#1_001
|
||||
2300002: Component#1_002
|
||||
2300004: Component#2_001
|
||||
2300006: Component#2_002
|
||||
2300008: Component#4_001
|
||||
2300010: Component#4_002
|
||||
2300012: Component#4_003
|
||||
2300014: Component#4_004
|
||||
2300016: Component#5_001
|
||||
2300018: Component#5_002
|
||||
2300020: Component#5_003
|
||||
2300022: Component#5_004
|
||||
2300024: Component#6_001
|
||||
2300026: Component#6_002
|
||||
2300028: Group#14_001
|
||||
2300030: Group#14_002
|
||||
2300032: Group#17_001
|
||||
2300034: Group#17_002
|
||||
2300036: Group_001
|
||||
2300038: Group_002
|
||||
2300040: Group_003
|
||||
2300042: Group_004
|
||||
2300044: Group_005
|
||||
2300046: Group_006
|
||||
2300048: Group_007
|
||||
2300050: Group_008
|
||||
2300052: Group_009
|
||||
2300054: Group_010
|
||||
3300000: Component#1_001
|
||||
3300002: Component#1_002
|
||||
3300004: Component#2_001
|
||||
3300006: Component#2_002
|
||||
3300008: Component#4_001
|
||||
3300010: Component#4_002
|
||||
3300012: Component#4_003
|
||||
3300014: Component#4_004
|
||||
3300016: Component#5_001
|
||||
3300018: Component#5_002
|
||||
3300020: Component#5_003
|
||||
3300022: Component#5_004
|
||||
3300024: Component#6_001
|
||||
3300026: Component#6_002
|
||||
3300028: Group#14_001
|
||||
3300030: Group#14_002
|
||||
3300032: Group#17_001
|
||||
3300034: Group#17_002
|
||||
3300036: Group_001
|
||||
3300038: Group_002
|
||||
3300040: Group_003
|
||||
3300042: Group_004
|
||||
3300044: Group_005
|
||||
3300046: Group_006
|
||||
3300048: Group_007
|
||||
3300050: Group_008
|
||||
3300052: Group_009
|
||||
3300054: Group_010
|
||||
4300000: Component#2_002
|
||||
4300002: Component#2_001
|
||||
4300004: Component#1_002
|
||||
4300006: Component#1_001
|
||||
4300008: Component#6_002
|
||||
4300010: Component#6_001
|
||||
4300012: Component#5_004
|
||||
4300014: Component#5_003
|
||||
4300016: Group#14_002
|
||||
4300018: Group#14_001
|
||||
4300020: Group#17_002
|
||||
4300022: Group#17_001
|
||||
4300024: Component#5_002
|
||||
4300026: Component#5_001
|
||||
4300028: Component#4_004
|
||||
4300030: Component#4_003
|
||||
4300032: Component#4_002
|
||||
4300034: Component#4_001
|
||||
4300036: Group_010
|
||||
4300038: Group_009
|
||||
4300040: Group_008
|
||||
4300042: Group_007
|
||||
4300044: Group_006
|
||||
4300046: Group_005
|
||||
4300048: Group_004
|
||||
4300050: Group_003
|
||||
4300052: Group_002
|
||||
4300054: Group_001
|
||||
9500000: //RootNode
|
||||
materials:
|
||||
importMaterials: 1
|
||||
materialName: 0
|
||||
materialSearch: 1
|
||||
animations:
|
||||
legacyGenerateAnimations: 4
|
||||
bakeSimulation: 0
|
||||
optimizeGameObjects: 0
|
||||
motionNodeName:
|
||||
animationImportErrors:
|
||||
animationImportWarnings:
|
||||
animationRetargetingWarnings:
|
||||
animationDoRetargetingWarnings: 0
|
||||
animationCompression: 1
|
||||
animationRotationError: .5
|
||||
animationPositionError: .5
|
||||
animationScaleError: .5
|
||||
animationWrapMode: 0
|
||||
extraExposedTransformPaths: []
|
||||
clipAnimations: []
|
||||
isReadable: 1
|
||||
meshes:
|
||||
lODScreenPercentages: []
|
||||
globalScale: 1
|
||||
meshCompression: 0
|
||||
addColliders: 0
|
||||
importBlendShapes: 1
|
||||
swapUVChannels: 0
|
||||
generateSecondaryUV: 0
|
||||
useFileUnits: 1
|
||||
optimizeMeshForGPU: 1
|
||||
keepQuads: 0
|
||||
weldVertices: 1
|
||||
secondaryUVAngleDistortion: 8
|
||||
secondaryUVAreaDistortion: 15.000001
|
||||
secondaryUVHardAngle: 88
|
||||
secondaryUVPackMargin: 4
|
||||
useFileScale: 1
|
||||
tangentSpace:
|
||||
normalSmoothAngle: 60
|
||||
splitTangentsAcrossUV: 1
|
||||
normalImportMode: 0
|
||||
tangentImportMode: 1
|
||||
importAnimation: 1
|
||||
copyAvatar: 0
|
||||
humanDescription:
|
||||
human: []
|
||||
skeleton: []
|
||||
armTwist: .5
|
||||
foreArmTwist: .5
|
||||
upperLegTwist: .5
|
||||
legTwist: .5
|
||||
armStretch: .0500000007
|
||||
legStretch: .0500000007
|
||||
feetSpacing: 0
|
||||
rootMotionBoneName:
|
||||
hasTranslationDoF: 0
|
||||
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||
animationType: 2
|
||||
humanoidOversampling: 1
|
||||
additionalBone: 0
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user