Browse Source

ADDED:

+ Several SFX (player and impact sounds)
+ Scripts: Impact Sounds (Small Crate & Fence)

CHANGED:
+ Duplicated jump start & end animation clips to allow keyframing events (bypassing read-only clips)
+ Added additional sound functions to playerSound script
master
Simon Tran 8 years ago
parent
commit
68f103bb81
57 changed files with 700 additions and 12 deletions
  1. BIN
      unity_Project/Assets/Character/Character_Animation.controller
  2. BIN
      unity_Project/Assets/Character/Jump_End EVENT TEST.anim
  3. +8
    -0
      unity_Project/Assets/Character/Jump_End EVENT TEST.anim.meta
  4. BIN
      unity_Project/Assets/Character/Jump_Start EVENT TEST.anim
  5. +8
    -0
      unity_Project/Assets/Character/Jump_Start EVENT TEST.anim.meta
  6. BIN
      unity_Project/Assets/Materials/Laser.mat
  7. +8
    -0
      unity_Project/Assets/Materials/Laser.mat.meta
  8. BIN
      unity_Project/Assets/Materials/Orange.mat
  9. +35
    -0
      unity_Project/Assets/Scripts/MagnetEffect.cs
  10. +12
    -0
      unity_Project/Assets/Scripts/MagnetEffect.cs.meta
  11. +40
    -0
      unity_Project/Assets/Scripts/MagnetLaser.cs
  12. +12
    -0
      unity_Project/Assets/Scripts/MagnetLaser.cs.meta
  13. +36
    -7
      unity_Project/Assets/Scripts/PlayerSounds.cs
  14. +46
    -0
      unity_Project/Assets/Scripts/impactSFX_crate.cs
  15. +12
    -0
      unity_Project/Assets/Scripts/impactSFX_crate.cs.meta
  16. +46
    -0
      unity_Project/Assets/Scripts/impactSFX_fence.cs
  17. +12
    -0
      unity_Project/Assets/Scripts/impactSFX_fence.cs.meta
  18. +24
    -5
      unity_Project/Assets/Scripts/magnetGun.cs
  19. BIN
      unity_Project/Assets/Sound/0Science Fiction Sci-Fi Electronic Energy Swell Fluttering Slow 08.wav
  20. +22
    -0
      unity_Project/Assets/Sound/0Science Fiction Sci-Fi Electronic Energy Swell Fluttering Slow 08.wav.meta
  21. BIN
      unity_Project/Assets/Sound/Impact Metal Impact Trash Can Hit 01.wav
  22. +22
    -0
      unity_Project/Assets/Sound/Impact Metal Impact Trash Can Hit 01.wav.meta
  23. BIN
      unity_Project/Assets/Sound/Impact Sheet Metal Impact Hammer Hit Car Part 01.wav
  24. +22
    -0
      unity_Project/Assets/Sound/Impact Sheet Metal Impact Hammer Hit Car Part 01.wav.meta
  25. BIN
      unity_Project/Assets/Sound/Magnet_surge_02.wav
  26. +22
    -0
      unity_Project/Assets/Sound/Magnet_surge_02.wav.meta
  27. BIN
      unity_Project/Assets/Sound/Weapon Sword Whips 01.wav
  28. +22
    -0
      unity_Project/Assets/Sound/Weapon Sword Whips 01.wav.meta
  29. BIN
      unity_Project/Assets/Sound/sfx_Jump.WAV
  30. +22
    -0
      unity_Project/Assets/Sound/sfx_Jump.WAV.meta
  31. BIN
      unity_Project/Assets/Sound/sfx_foot_concrete.wav
  32. +22
    -0
      unity_Project/Assets/Sound/sfx_foot_concrete.wav.meta
  33. BIN
      unity_Project/Assets/Sound/sfx_impact_fence.wav
  34. +22
    -0
      unity_Project/Assets/Sound/sfx_impact_fence.wav.meta
  35. BIN
      unity_Project/Assets/Sound/sfx_land.wav
  36. +22
    -0
      unity_Project/Assets/Sound/sfx_land.wav.meta
  37. BIN
      unity_Project/Assets/Sound/sfx_object_hold_TEST.wav
  38. +22
    -0
      unity_Project/Assets/Sound/sfx_object_hold_TEST.wav.meta
  39. BIN
      unity_Project/Assets/Sound/sfx_object_rotate_beep.wav
  40. +22
    -0
      unity_Project/Assets/Sound/sfx_object_rotate_beep.wav.meta
  41. BIN
      unity_Project/Assets/Sound/sfx_object_rotate_zap.wav
  42. +22
    -0
      unity_Project/Assets/Sound/sfx_object_rotate_zap.wav.meta
  43. BIN
      unity_Project/Assets/Sound/sfx_object_rotate_zap_B.wav
  44. +22
    -0
      unity_Project/Assets/Sound/sfx_object_rotate_zap_B.wav.meta
  45. BIN
      unity_Project/Assets/Sound/sfx_switch_player_pulse_A.wav
  46. +22
    -0
      unity_Project/Assets/Sound/sfx_switch_player_pulse_A.wav.meta
  47. BIN
      unity_Project/Assets/Sound/sfx_switch_player_pulse_B.wav
  48. +22
    -0
      unity_Project/Assets/Sound/sfx_switch_player_pulse_B.wav.meta
  49. BIN
      unity_Project/Assets/Standard Assets/ParticleSystems/Textures/Particle - Laser.png
  50. +55
    -0
      unity_Project/Assets/Standard Assets/ParticleSystems/Textures/Particle - Laser.png.meta
  51. BIN
      unity_Project/Assets/_Scenes/MainLevel.unity
  52. BIN
      unity_Project/Assets/prefabs/Fence.prefab
  53. BIN
      unity_Project/Assets/prefabs/Magnet Laser Object PULL 1.prefab
  54. +8
    -0
      unity_Project/Assets/prefabs/Magnet Laser Object PULL 1.prefab.meta
  55. BIN
      unity_Project/Assets/prefabs/Magnet Laser Object PULL.prefab
  56. +8
    -0
      unity_Project/Assets/prefabs/Magnet Laser Object PULL.prefab.meta
  57. BIN
      unity_Project/Assets/prefabs/Small Crate.prefab

BIN
unity_Project/Assets/Character/Character_Animation.controller View File


BIN
unity_Project/Assets/Character/Jump_End EVENT TEST.anim View File


+ 8
- 0
unity_Project/Assets/Character/Jump_End EVENT TEST.anim.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 555b4a03409bbc2429d8d8affdc846ad
timeCreated: 1443962910
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Character/Jump_Start EVENT TEST.anim View File


+ 8
- 0
unity_Project/Assets/Character/Jump_Start EVENT TEST.anim.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bc2b89979f27feb4d99564ddc8c30910
timeCreated: 1443962896
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Materials/Laser.mat View File


+ 8
- 0
unity_Project/Assets/Materials/Laser.mat.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0eba3ca8582f01242ab9380f6abe9ce1
timeCreated: 1443852747
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Materials/Orange.mat View File


+ 35
- 0
unity_Project/Assets/Scripts/MagnetEffect.cs View File

@ -0,0 +1,35 @@
using UnityEngine;
using System.Collections;
public class MagnetEffect : MonoBehaviour {
public GameObject magnetTipObject; // Object for placing Magnet Ray
// SELF-NOTE: You will need to connect this script to the player controls
// in order to make use of the ShootRay() function.
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
// FUNCTION: Shoot Magnet Ray
void ShootRay(){
RaycastHit hit;
if(Physics.Raycast(magnetTipObject.transform.position, magnetTipObject.transform.forward, out hit)){
if(hit.collider.tag == "moveable"){
print ("Magnet Laser hit the object : " + hit.collider.gameObject.name);
}
}
}
}

+ 12
- 0
unity_Project/Assets/Scripts/MagnetEffect.cs.meta View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 9c4ae1e77a0d0e247ae49838abaa7e60
timeCreated: 1443850403
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

+ 40
- 0
unity_Project/Assets/Scripts/MagnetLaser.cs View File

@ -0,0 +1,40 @@
using UnityEngine;
using System.Collections;
public class MagnetLaser : MonoBehaviour {
private LineRenderer lr;
// Use this for initialization
void Start () {
lr = GetComponent<LineRenderer> ();
}
// Update is called once per frame
void Update () {
// Magnet Laser Collision
RaycastHit hit;
if (Physics.Raycast (transform.position, transform.forward, out hit)) {
if(hit.collider){
lr.SetPosition(1,new Vector3(0,0,hit.distance));
}
else{
lr.SetPosition(1,new Vector3(0,0,100));
}
}
}
}

+ 12
- 0
unity_Project/Assets/Scripts/MagnetLaser.cs.meta View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: b1ace5ab02d9acd4386905993467c190
timeCreated: 1443850909
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

+ 36
- 7
unity_Project/Assets/Scripts/PlayerSounds.cs View File

@ -15,10 +15,13 @@ public class PlayerSounds : MonoBehaviour {
// AUDIO CLIPS
// All sound effects are listed here.
public AudioClip sfxFootstep;
public AudioClip sfxFootstepTEST;
public AudioClip sfxTEST;
public AudioClip sfxSwitch;
public AudioClip sfxRotate;
public AudioClip sfxPickUp;
public AudioClip sfxRotateL;
public AudioClip sfxRotateR;
public AudioClip sfxJump;
public AudioClip sfxLand;
// FUNCTION: Find Audio Source component (attached to Player Avatar Object)
void Awake(){
@ -37,11 +40,24 @@ public class PlayerSounds : MonoBehaviour {
}
void PlayFootstepTEST(){
public void PlayTest(){
float volRandom = Random.Range (volLowRange, volHighRange);
source.pitch = Random.Range (pitchLowRange, pitchHighRange);
source.PlayOneShot (sfxFootstepTEST,volRandom);
source.PlayOneShot (sfxTEST,volRandom);
}
void PlayJump(){
float volRandom = Random.Range (volLowRange, volHighRange);
source.PlayOneShot (sfxJump,volRandom);
}
void PlayLand(){
float volRandom = Random.Range (volLowRange, volHighRange);
source.PlayOneShot (sfxLand,volRandom);
}
@ -51,9 +67,22 @@ public class PlayerSounds : MonoBehaviour {
}
public void PlayRotate(){
public void PlayPickUp(){
source.pitch = pitchDefault;
source.PlayOneShot (sfxPickUp,0.7f);
}
public void PlayRotateL(){
source.pitch = pitchDefault;
source.PlayOneShot (sfxRotateL);
}
public void PlayRotateR(){
source.pitch = pitchDefault;
source.PlayOneShot (sfxRotate);
source.PlayOneShot (sfxRotateR);
}

+ 46
- 0
unity_Project/Assets/Scripts/impactSFX_crate.cs View File

@ -0,0 +1,46 @@
using UnityEngine;
using System.Collections;
public class impactSFX_crate : MonoBehaviour {
private AudioSource source;
public AudioClip sfxImpCrate;
private float volLowRange = 0.5f; // Volume Low Range
private float volHighRange = 1.0f; // Volume High Range
private float pitchLowRange = 0.75f; // Pitch Low Range
private float pitchHighRange = 1.0f; // Pitch High Range
private float pitchDefault = 1.0f; // Pitch Default Value
// FUNCTION: Find Audio Source component (attached to Player Avatar Object)
void Awake(){
source = GetComponent<AudioSource> ();
}
void PlayImpCrate(){
source.pitch = Random.Range (pitchLowRange, pitchHighRange);
source.PlayOneShot (sfxImpCrate,0.85f);
}
void OnCollisionEnter(Collision col){
PlayImpCrate ();
}
// // Use this for initialization
// void Start () {
//
// }
//
// // Update is called once per frame
// void Update () {
//
// }
}

+ 12
- 0
unity_Project/Assets/Scripts/impactSFX_crate.cs.meta View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: 83e9cb023b13a93409aae385f1680a02
timeCreated: 1443889218
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

+ 46
- 0
unity_Project/Assets/Scripts/impactSFX_fence.cs View File

@ -0,0 +1,46 @@
using UnityEngine;
using System.Collections;
public class impactSFX_fence : MonoBehaviour {
private AudioSource source;
public AudioClip sfxImpFence;
private float volLowRange = 0.5f; // Volume Low Range
private float volHighRange = 1.0f; // Volume High Range
private float pitchLowRange = 0.75f; // Pitch Low Range
private float pitchHighRange = 1.0f; // Pitch High Range
private float pitchDefault = 1.0f; // Pitch Default Value
// FUNCTION: Find Audio Source component (attached to Player Avatar Object)
void Awake(){
source = GetComponent<AudioSource> ();
}
void PlayImpFence(){
source.pitch = Random.Range (pitchLowRange, pitchHighRange);
source.PlayOneShot (sfxImpFence,0.3f);
}
void OnCollisionEnter(Collision col){
PlayImpFence ();
}
// // Use this for initialization
// void Start () {
//
// }
//
// // Update is called once per frame
// void Update () {
//
// }
}

+ 12
- 0
unity_Project/Assets/Scripts/impactSFX_fence.cs.meta View File

@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: c57c9f69bc98b584ca42a3bd6c536ade
timeCreated: 1443963854
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

+ 24
- 5
unity_Project/Assets/Scripts/magnetGun.cs View File

@ -41,15 +41,15 @@ public class magnetGun : MonoBehaviour {
private Color lastTargetColour;
public GameObject magnetTipObject;
//-----------------------
// Use PlayerSound script
// (specifically for object-rotation sounds for this MagnetGun script)
public PlayerSounds _playerSoundScript;
// Use this for initialization
void Start () {
if (topScreen)
@ -114,7 +114,6 @@ public class magnetGun : MonoBehaviour {
cameraRotateTest (GravityTarget);
}
@ -144,6 +143,8 @@ public class magnetGun : MonoBehaviour {
private void pickUpItem(Collider item){
if (item != null) {
_playerSoundScript.PlayPickUp();
if (item == otherPlayer.GravityTarget){
otherPlayer.dropItem(item);
}
@ -225,6 +226,7 @@ public class magnetGun : MonoBehaviour {
if ((Vector3.Distance (gravityWell.transform.position, camera.transform.position) > minDistance && Vector3.Distance (gravityWell.transform.position, camera.transform.position) < magnetRange) || maxPullSpeed<1) {
gravityWell.transform.position = Vector3.MoveTowards (gravityWell.transform.position, maxPull, step);
//MagnetLaserShoot();
if ((Vector3.Distance (gravityWell.transform.position, camera.transform.position) > magnetRange) && !topScreen)
dropItem (GravityTarget);
@ -235,9 +237,11 @@ public class magnetGun : MonoBehaviour {
private void rotateInput(Collider item){
if (item != null) {
if (Input.GetButtonDown(L_BUTTON_INPUT))
//_playerSoundScript.PlayRotateL(); // Rotate-Object Sound. ERROR: Held object continuously rotates
StartCoroutine (rotateItem(item,new Vector3 (0,90,0),0.3f));
// _playerSoundScript.PlayRotate(); // Rotate-Object Sound. ERROR: Causes multiple sounds when object is held.
if (Input.GetButtonDown(R_BUTTON_INPUT))
//_playerSoundScript.PlayRotateR(); // Rotate-Object Sound. ERROR: Held object continuously rotates
StartCoroutine (rotateItem(item,new Vector3 (90,0,0),0.3f));
}
}
@ -309,5 +313,20 @@ public class magnetGun : MonoBehaviour {
}
return false;
}
// FUNCTION: Shoot Magnet Ray
// void MagnetLaserShoot(){
// RaycastHit hit;
//
// if(Physics.Raycast(magnetTipObject.transform.position, magnetTipObject.transform.forward, out hit)){
// if(hit.collider.tag == "moveable"){
// Debug.Log("Magnet laser has collided" + hit.collider.gameObject.name);
// }
// }
// }
}

BIN
unity_Project/Assets/Sound/0Science Fiction Sci-Fi Electronic Energy Swell Fluttering Slow 08.wav View File


+ 22
- 0
unity_Project/Assets/Sound/0Science Fiction Sci-Fi Electronic Energy Swell Fluttering Slow 08.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: e24d9977af5d11945bc7e72c9b788250
timeCreated: 1443888703
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/Impact Metal Impact Trash Can Hit 01.wav View File


+ 22
- 0
unity_Project/Assets/Sound/Impact Metal Impact Trash Can Hit 01.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 7add6cc296b897245803de6e4f5d9060
timeCreated: 1443891190
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/Impact Sheet Metal Impact Hammer Hit Car Part 01.wav View File


+ 22
- 0
unity_Project/Assets/Sound/Impact Sheet Metal Impact Hammer Hit Car Part 01.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 0a725ac74de8c0c48830a96f3328a4b5
timeCreated: 1443889546
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/Magnet_surge_02.wav View File


+ 22
- 0
unity_Project/Assets/Sound/Magnet_surge_02.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: a6c04dead3a486642bbf40bd1695f894
timeCreated: 1443888513
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/Weapon Sword Whips 01.wav View File


+ 22
- 0
unity_Project/Assets/Sound/Weapon Sword Whips 01.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: ebc0b2c9cdf6150428a8f5b6f8567195
timeCreated: 1443883264
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_Jump.WAV View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_Jump.WAV.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: c9bb08969bcdad14781f0226444365f7
timeCreated: 1443864003
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_foot_concrete.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_foot_concrete.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 7453853a241f33d4c86a19f26d2515fa
timeCreated: 1443884903
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_impact_fence.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_impact_fence.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 309bbfa50f29acd45b3cddf5f5d3d55a
timeCreated: 1443964032
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_land.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_land.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: dec92f528110a304f935823040ed4af8
timeCreated: 1443883824
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_object_hold_TEST.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_object_hold_TEST.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 6f0909228f29eac4f9f00fd1dd223c84
timeCreated: 1443888410
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_object_rotate_beep.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_object_rotate_beep.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 7e8ac85d90699024088ff274685059cf
timeCreated: 1443882661
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_object_rotate_zap.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_object_rotate_zap.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 714ec971c0991bd438886a67f41ee158
timeCreated: 1443886284
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_object_rotate_zap_B.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_object_rotate_zap_B.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 0cc6e5efee06d9248943d2dc35386079
timeCreated: 1443886454
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_switch_player_pulse_A.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_switch_player_pulse_A.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: fbbf7b3c8cbf6b94c8f3e37e5657bd89
timeCreated: 1443886791
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Sound/sfx_switch_player_pulse_B.wav View File


+ 22
- 0
unity_Project/Assets/Sound/sfx_switch_player_pulse_B.wav.meta View File

@ -0,0 +1,22 @@
fileFormatVersion: 2
guid: 3b85e726311149746a45d455c6d4e266
timeCreated: 1443887236
licenseType: Free
AudioImporter:
serializedVersion: 6
defaultSettings:
loadType: 0
sampleRateSetting: 0
sampleRateOverride: 44100
compressionFormat: 1
quality: 1
conversionMode: 0
platformSettingOverrides: {}
forceToMono: 0
normalize: 1
preloadAudioData: 1
loadInBackground: 0
3D: 1
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/Standard Assets/ParticleSystems/Textures/Particle - Laser.png View File

Before After
Width: 64  |  Height: 64  |  Size: 3.7 KiB

+ 55
- 0
unity_Project/Assets/Standard Assets/ParticleSystems/Textures/Particle - Laser.png.meta View File

@ -0,0 +1,55 @@
fileFormatVersion: 2
guid: f4b3922c0d8c76d4eb01fce7f67061a7
timeCreated: 1443860196
licenseType: Free
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: .25
normalMapFilter: 0
isReadable: 0
grayScaleToAlpha: 0
generateCubemap: 0
cubemapConvolution: 0
cubemapConvolutionSteps: 8
cubemapConvolutionExponent: 1.5
seamlessCubemap: 0
textureFormat: -1
maxTextureSize: 2048
textureSettings:
filterMode: -1
aniso: -1
mipBias: -1
wrapMode: -1
nPOTScale: 1
lightmap: 0
rGBM: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: .5, y: .5}
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spritePixelsToUnits: 100
alphaIsTransparency: 0
textureType: -1
buildTargetSettings: []
spriteSheet:
sprites: []
spritePackingTag:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/_Scenes/MainLevel.unity View File


BIN
unity_Project/Assets/prefabs/Fence.prefab View File


BIN
unity_Project/Assets/prefabs/Magnet Laser Object PULL 1.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Magnet Laser Object PULL 1.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4073c50f66b813e4e93af64fb46636d4
timeCreated: 1443858261
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Magnet Laser Object PULL.prefab View File


+ 8
- 0
unity_Project/Assets/prefabs/Magnet Laser Object PULL.prefab.meta View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8869dfd5488fb764cac042335ae29998
timeCreated: 1443858204
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:

BIN
unity_Project/Assets/prefabs/Small Crate.prefab View File


Loading…
Cancel
Save