This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌∩┐(◣_◢)┌∩┐ | |
| // \\ | |
| // Singleton.cs (21/02/2017) \\ | |
| // Autor: Antonio Mateo (Moon Pincho) \\ | |
| // Descripcion: Herramienta para copiar la ruta \\ | |
| // Fecha Mod: 21/02/2017 \\ | |
| // Ultima Mod: Version inicial \\ | |
| //******************************************************************************\\ | |
| using UnityEngine; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ===================================== # | |
| # Carpetas de Unity | |
| # ===================================== # | |
| /[Ll]ibrary/ | |
| /[Tt]emp/ | |
| /[Oo]bj/ | |
| /[Bb]uild/ | |
| /[Bb]uilds/ | |
| /.[Vv][Ss][Cc]ode/ | |
| /.[Vv][Ss]/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ┌∩┐(◣_◢)┌∩┐ | |
| // \\ | |
| // Singleton.cs (21/02/2017) \\ | |
| // Autor: Antonio Mateo (Moon Pincho) \\ | |
| // Descripcion: Singleton basico \\ | |
| // Fecha Mod: 21/02/2017 \\ | |
| // Ultima Mod: Version inicial \\ | |
| //******************************************************************************\\ | |
| #region Librerias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #region Librerias | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using XboxCtrlrInput; | |
| #endregion | |
| namespace MoonPincho | |
| { | |
| public class CamaraControlPad : MonoBehaviour |
NewerOlder