diff --git a/Hack Day Project/Assets/GoogleVR/compatibility-without-gvr-integration.unitypackage.meta b/Hack Day Project/Assets/GoogleVR/compatibility-without-gvr-integration.unitypackage.meta deleted file mode 100644 index f8d7ae0..0000000 --- a/Hack Day Project/Assets/GoogleVR/compatibility-without-gvr-integration.unitypackage.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 339c44d714d184b0bb0fa639c306f0e4 -timeCreated: 1478545965 -licenseType: Pro -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/Hack Day Project/Assets/New Material.mat b/Hack Day Project/Assets/New Material.mat new file mode 100644 index 0000000..84b60ab Binary files /dev/null and b/Hack Day Project/Assets/New Material.mat differ diff --git a/Hack Day Project/Assets/New Material.mat.meta b/Hack Day Project/Assets/New Material.mat.meta new file mode 100644 index 0000000..b8decaf --- /dev/null +++ b/Hack Day Project/Assets/New Material.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cbd158ed595af1144b7a4fb3fa0c76ef +timeCreated: 1480782124 +licenseType: Free +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/PlayerMovement.cs b/Hack Day Project/Assets/PlayerMovement.cs new file mode 100644 index 0000000..ed628e0 --- /dev/null +++ b/Hack Day Project/Assets/PlayerMovement.cs @@ -0,0 +1,17 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class PlayerMovement : MonoBehaviour { + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + Vector3 position = new Vector3(transform.position.x+1,transform.position.y,transform.position.z); + transform.position = position; + } +} diff --git a/Hack Day Project/Assets/PlayerMovement.cs.meta b/Hack Day Project/Assets/PlayerMovement.cs.meta new file mode 100644 index 0000000..c12d5f6 --- /dev/null +++ b/Hack Day Project/Assets/PlayerMovement.cs.meta @@ -0,0 +1,12 @@ +fileFormatVersion: 2 +guid: d4afeaf118353fe48aa16e852a34fbee +timeCreated: 1480783022 +licenseType: Free +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Prefabs.meta b/Hack Day Project/Assets/Prefabs.meta deleted file mode 100644 index 4c13027..0000000 --- a/Hack Day Project/Assets/Prefabs.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: 207f495c37cecfd4b8dbf7b0ac74d29e -folderAsset: yes -timeCreated: 1480747378 -licenseType: Free -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/Hack Day Project/Assets/Resources/Materials.meta b/Hack Day Project/Assets/Resources/Materials.meta index 4c469bb..6f62a36 100644 --- a/Hack Day Project/Assets/Resources/Materials.meta +++ b/Hack Day Project/Assets/Resources/Materials.meta @@ -1,7 +1,7 @@ fileFormatVersion: 2 -guid: 2185899b921086941aeabcc0a69f7d01 +guid: eb6e8bcf822964d0a82c9a41b154bcc7 folderAsset: yes -timeCreated: 1480747358 +timeCreated: 1480781979 licenseType: Free DefaultImporter: userData: diff --git a/Hack Day Project/Assets/Resources/Materials/asteroid.mat b/Hack Day Project/Assets/Resources/Materials/asteroid.mat new file mode 100644 index 0000000..d29b095 Binary files /dev/null and b/Hack Day Project/Assets/Resources/Materials/asteroid.mat differ diff --git a/Hack Day Project/Assets/Resources/Materials/asteroid.mat.meta b/Hack Day Project/Assets/Resources/Materials/asteroid.mat.meta new file mode 100644 index 0000000..1e49826 --- /dev/null +++ b/Hack Day Project/Assets/Resources/Materials/asteroid.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df79bd655ab3d4385829ed70cac31fbb +timeCreated: 1480781979 +licenseType: Free +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Resources/Materials/asteroid.png b/Hack Day Project/Assets/Resources/Materials/asteroid.png new file mode 100644 index 0000000..62377b5 Binary files /dev/null and b/Hack Day Project/Assets/Resources/Materials/asteroid.png differ diff --git a/Hack Day Project/Assets/Resources/Materials/asteroid.png.meta b/Hack Day Project/Assets/Resources/Materials/asteroid.png.meta new file mode 100644 index 0000000..ce31787 --- /dev/null +++ b/Hack Day Project/Assets/Resources/Materials/asteroid.png.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: f518e4f206a944759b37be1cc1f1701f +timeCreated: 1480782886 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Resources/Models.meta b/Hack Day Project/Assets/Resources/Models.meta index 2bfe0c6..23b9fbe 100644 --- a/Hack Day Project/Assets/Resources/Models.meta +++ b/Hack Day Project/Assets/Resources/Models.meta @@ -1,7 +1,7 @@ fileFormatVersion: 2 -guid: c484a27ae2bd1a941bb5b628a141bce5 +guid: 44138a1fc8c46413e84907d7196ebc39 folderAsset: yes -timeCreated: 1480747369 +timeCreated: 1480781939 licenseType: Free DefaultImporter: userData: diff --git a/Hack Day Project/Assets/Resources/Textures.meta b/Hack Day Project/Assets/Resources/Textures.meta deleted file mode 100644 index 6b93434..0000000 --- a/Hack Day Project/Assets/Resources/Textures.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: ed17528c018a9d7498e288b133d4f978 -folderAsset: yes -timeCreated: 1480747364 -licenseType: Free -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/Hack Day Project/Assets/Resources/asteroid2.mb b/Hack Day Project/Assets/Resources/asteroid2.mb new file mode 100644 index 0000000..54dba0a Binary files /dev/null and b/Hack Day Project/Assets/Resources/asteroid2.mb differ diff --git a/Hack Day Project/Assets/Resources/asteroid2.mb.meta b/Hack Day Project/Assets/Resources/asteroid2.mb.meta new file mode 100644 index 0000000..388bbac --- /dev/null +++ b/Hack Day Project/Assets/Resources/asteroid2.mb.meta @@ -0,0 +1,89 @@ +fileFormatVersion: 2 +guid: 15e53dfc80f6b4843bbc578920a507c9 +timeCreated: 1480783314 +licenseType: Free +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 100002: back + 100004: bottom + 100006: left + 100008: pCube1 + 400000: //RootNode + 400002: back + 400004: bottom + 400006: left + 400008: pCube1 + 2300000: pCube1 + 3300000: pCube1 + 4300000: pCube1 + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.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 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Resources/asteroid3.mb b/Hack Day Project/Assets/Resources/asteroid3.mb new file mode 100644 index 0000000..3829b19 Binary files /dev/null and b/Hack Day Project/Assets/Resources/asteroid3.mb differ diff --git a/Hack Day Project/Assets/Resources/asteroid3.mb.meta b/Hack Day Project/Assets/Resources/asteroid3.mb.meta new file mode 100644 index 0000000..6269dc9 --- /dev/null +++ b/Hack Day Project/Assets/Resources/asteroid3.mb.meta @@ -0,0 +1,89 @@ +fileFormatVersion: 2 +guid: 3d4191aa7b8684c2c9532d1183d070d1 +timeCreated: 1480783973 +licenseType: Free +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 100002: back + 100004: bottom + 100006: left + 100008: pCube2 + 400000: //RootNode + 400002: back + 400004: bottom + 400006: left + 400008: pCube2 + 2300000: pCube2 + 3300000: pCube2 + 4300000: pCube2 + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.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 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Scripts.meta b/Hack Day Project/Assets/Scripts.meta deleted file mode 100644 index 206b3cf..0000000 --- a/Hack Day Project/Assets/Scripts.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: 273f00c4448dc154d90ef270232d07d1 -folderAsset: yes -timeCreated: 1480747353 -licenseType: Free -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_NegativeX.jpg b/Hack Day Project/Assets/Skybox_NegativeX.jpg new file mode 100644 index 0000000..20bb0c3 Binary files /dev/null and b/Hack Day Project/Assets/Skybox_NegativeX.jpg differ diff --git a/Hack Day Project/Assets/Skybox_NegativeX.jpg.meta b/Hack Day Project/Assets/Skybox_NegativeX.jpg.meta new file mode 100644 index 0000000..682b745 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_NegativeX.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: 286f3fb21d546824d870cb79303d517f +timeCreated: 1480782041 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_NegativeY.jpg b/Hack Day Project/Assets/Skybox_NegativeY.jpg new file mode 100644 index 0000000..d928d15 Binary files /dev/null and b/Hack Day Project/Assets/Skybox_NegativeY.jpg differ diff --git a/Hack Day Project/Assets/Skybox_NegativeY.jpg.meta b/Hack Day Project/Assets/Skybox_NegativeY.jpg.meta new file mode 100644 index 0000000..c409393 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_NegativeY.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: a30d91da6608cdb41888e46967ecfc7e +timeCreated: 1480782098 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_NegativeZ.jpg b/Hack Day Project/Assets/Skybox_NegativeZ.jpg new file mode 100644 index 0000000..fe68e39 Binary files /dev/null and b/Hack Day Project/Assets/Skybox_NegativeZ.jpg differ diff --git a/Hack Day Project/Assets/Skybox_NegativeZ.jpg.meta b/Hack Day Project/Assets/Skybox_NegativeZ.jpg.meta new file mode 100644 index 0000000..567d978 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_NegativeZ.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: 1e7cdddbdac31ee4a817717f259e5f6d +timeCreated: 1480782093 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_PositiveX.jpg b/Hack Day Project/Assets/Skybox_PositiveX.jpg new file mode 100644 index 0000000..e7c324d Binary files /dev/null and b/Hack Day Project/Assets/Skybox_PositiveX.jpg differ diff --git a/Hack Day Project/Assets/Skybox_PositiveX.jpg.meta b/Hack Day Project/Assets/Skybox_PositiveX.jpg.meta new file mode 100644 index 0000000..5a56a74 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_PositiveX.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: bfbd80f5d95c7d648a7f9eba49ec3ed8 +timeCreated: 1480782102 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_PositiveY.jpg b/Hack Day Project/Assets/Skybox_PositiveY.jpg new file mode 100644 index 0000000..e7e14f6 Binary files /dev/null and b/Hack Day Project/Assets/Skybox_PositiveY.jpg differ diff --git a/Hack Day Project/Assets/Skybox_PositiveY.jpg.meta b/Hack Day Project/Assets/Skybox_PositiveY.jpg.meta new file mode 100644 index 0000000..aa5bd64 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_PositiveY.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: 950cd93cd2dd4df419a939a1c4ad132b +timeCreated: 1480782096 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/Skybox_PositiveZ.jpg b/Hack Day Project/Assets/Skybox_PositiveZ.jpg new file mode 100644 index 0000000..2986a11 Binary files /dev/null and b/Hack Day Project/Assets/Skybox_PositiveZ.jpg differ diff --git a/Hack Day Project/Assets/Skybox_PositiveZ.jpg.meta b/Hack Day Project/Assets/Skybox_PositiveZ.jpg.meta new file mode 100644 index 0000000..9a6ea75 --- /dev/null +++ b/Hack Day Project/Assets/Skybox_PositiveZ.jpg.meta @@ -0,0 +1,68 @@ +fileFormatVersion: 2 +guid: e1b4c12feb5b00947988ca9e8ea561d2 +timeCreated: 1480782106 +licenseType: Free +TextureImporter: + fileIDToRecycleName: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Hack Day Project/Assets/_Scenes/default.unity b/Hack Day Project/Assets/_Scenes/default.unity index 44dd12c..55b09a6 100644 Binary files a/Hack Day Project/Assets/_Scenes/default.unity and b/Hack Day Project/Assets/_Scenes/default.unity differ