Skip to content
Snippets Groups Projects
Commit deba8184 authored by Julflips's avatar Julflips
Browse files

Added wrong sound and new ID card picture and removed old trash

parent ff2ae229
No related branches found
No related tags found
No related merge requests found
Showing
with 140 additions and 363 deletions
......@@ -86814,6 +86814,7 @@ GameObject:
- component: {fileID: 2001903536}
- component: {fileID: 2001903535}
- component: {fileID: 2001903534}
- component: {fileID: 2001903537}
m_Layer: 0
m_Name: Authentication
m_TagString: Untagged
......@@ -86862,6 +86863,8 @@ MonoBehaviour:
- {fileID: 937109483}
- {fileID: 923002442}
label: {fileID: 1168033314}
positive: {fileID: 2086486499}
negative: {fileID: 2001903537}
scanWindow: {fileID: 616352572}
--- !u!114 &2001903532
MonoBehaviour:
......@@ -86955,6 +86958,102 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Camera: {fileID: 0}
--- !u!82 &2001903537
AudioSource:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2001903529}
m_Enabled: 1
serializedVersion: 4
OutputAudioMixerGroup: {fileID: 0}
m_audioClip: {fileID: 8300000, guid: 03448c322173c154a93b6a17f28c2e53, type: 3}
m_PlayOnAwake: 0
m_Volume: 0.3
m_Pitch: 1
Loop: 0
Mute: 0
Spatialize: 0
SpatializePostEffects: 0
Priority: 128
DopplerLevel: 1
MinDistance: 1
MaxDistance: 500
Pan2D: 0
rolloffMode: 0
BypassEffects: 0
BypassListenerEffects: 0
BypassReverbZones: 0
rolloffCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
panLevelCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
spreadCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
reverbZoneMixCustomCurve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 1
inSlope: 0
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
--- !u!1 &2002542005
GameObject:
m_ObjectHideFlags: 0
......@@ -10,6 +10,8 @@ public class Authentication : MonoBehaviour
public GameObject PINWindow;
public GameObject[] buttons;
public TextMeshPro label;
public AudioSource positive;
public AudioSource negative;
private string pin = "8613";
private int input;
......@@ -76,6 +78,7 @@ public class Authentication : MonoBehaviour
{
if (enteredNumbers == pin)
{
positive.Play(0);
PINWindow.SetActive(false);
if (SystemInfo.operatingSystem.StartsWith("Android"))
{
......@@ -89,6 +92,7 @@ public class Authentication : MonoBehaviour
else
{
PINWindow.SetActive(false);
negative.Play(0);
Debug.Log("fail");
}
label.text = "PIN: ";
......
fileFormatVersion: 2
guid: 6e2a1dbe53c213a48b994a71e8738e1c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Photon.Pun;
using Microsoft.MixedReality.Toolkit.UI;
public class playerMovement : MonoBehaviour
{
PhotonView view;
MoveAxisConstraint moveCons;
void Start()
{
view = GetComponent<PhotonView>();
moveCons = GetComponent<MoveAxisConstraint>();
}
public void touch()
{
Debug.Log("Grabbed");
if(view.IsMine)
{
moveCons.enabled = false;
}
else
{
moveCons.enabled = true;
}
}
}
fileFormatVersion: 2
guid: dc1f9c4ee53eb4f4f9e7ebbcce39e179
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
File added
fileFormatVersion: 2
guid: 03448c322173c154a93b6a17f28c2e53
AudioImporter:
externalObjects: {}
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
ambisonic: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:
AR Security/Assets/Textures/Country-Road.jpg

100 KiB

AR Security/Assets/Textures/ID Card.jpg

156 KiB

fileFormatVersion: 2
guid: cdaa12a8c8506dd4784f8200ca32fea4
guid: f0a5eb7bce11286499ae99874b9e8815
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
......
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Map
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords: _ALPHATEST_ON _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2450
stringTagMap:
RenderType: TransparentCutout
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: cdaa12a8c8506dd4784f8200ca32fea4, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _BumpScale: 1
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
- _GlossyReflections: 0
- _Metallic: 0
- _Mode: 1
- _OcclusionStrength: 1
- _Parallax: 0.02
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 0
- _SrcBlend: 1
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []
fileFormatVersion: 2
guid: 8886d9c94a858c44e898807b7c96f108
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
AR Security/Assets/Textures/medical-cardCUT.png

15.2 KiB

fileFormatVersion: 2
guid: ddb1236f402febb418636da39fc31413
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 1
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
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
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: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
AR Security/Assets/Textures/test.jpg

2.27 MiB

fileFormatVersion: 2
guid: 16b4d3c1e35fdd943b7812626a46ed21
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 1
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
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
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: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
......@@ -16,22 +16,12 @@ MonoBehaviour:
m_GuidHigh: 767447879448437893
m_Images:
- m_SerializedGuid:
m_GuidLow: 4677525432535818319
m_GuidHigh: 4689832091620072341
m_GuidLow: 5232031820382540563
m_GuidHigh: 18299206438031316121
m_SerializedTextureGuid:
m_GuidLow: 15966636576477598657
m_GuidHigh: 2444687595457902651
m_Size: {x: 0.15, y: 0.2}
m_GuidLow: 2910677835635354491
m_GuidHigh: 1551664118863867545
m_Size: {x: 7.9, y: 5.468689}
m_SpecifySize: 1
m_Name: test
m_Texture: {fileID: 2800000, guid: 16b4d3c1e35fdd943b7812626a46ed21, type: 3}
- m_SerializedGuid:
m_GuidLow: 4618358763821029594
m_GuidHigh: 12829759872229683862
m_SerializedTextureGuid:
m_GuidLow: 16984270669047997295
m_GuidHigh: 1374938876663915288
m_Size: {x: 0.8, y: 0.55762714}
m_SpecifySize: 1
m_Name: id-card
m_Texture: {fileID: 2800000, guid: ddb1236f402febb418636da39fc31413, type: 3}
m_Name: ID Card
m_Texture: {fileID: 2800000, guid: f0a5eb7bce11286499ae99874b9e8815, type: 3}
......@@ -16,22 +16,12 @@ MonoBehaviour:
m_GuidHigh: 8246953084495083678
m_Images:
- m_SerializedGuid:
m_GuidLow: 5198338294458168863
m_GuidHigh: 9430458409376256139
m_GuidLow: 5720510871157118933
m_GuidHigh: 14690561111982347681
m_SerializedTextureGuid:
m_GuidLow: 15966636576477598657
m_GuidHigh: 2444687595457902651
m_Size: {x: 0.15, y: 0.2}
m_GuidLow: 2910677835635354491
m_GuidHigh: 1551664118863867545
m_Size: {x: 7.9, y: 5.468689}
m_SpecifySize: 1
m_Name: test
m_Texture: {fileID: 2800000, guid: 16b4d3c1e35fdd943b7812626a46ed21, type: 3}
- m_SerializedGuid:
m_GuidLow: 4853099646125828516
m_GuidHigh: 5141836684023834498
m_SerializedTextureGuid:
m_GuidLow: 16984270669047997295
m_GuidHigh: 1374938876663915288
m_Size: {x: 0.8, y: 0.55762714}
m_SpecifySize: 1
m_Name: id-card
m_Texture: {fileID: 2800000, guid: ddb1236f402febb418636da39fc31413, type: 3}
m_Name: ID Card
m_Texture: {fileID: 2800000, guid: f0a5eb7bce11286499ae99874b9e8815, type: 3}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment