Skip to content

Instantly share code, notes, and snippets.

View ninpl's full-sized avatar
:octocat:
Albañil de bits ^.^

N9+ ninpl

:octocat:
Albañil de bits ^.^
View GitHub Profile
@darktable
darktable / MiniJSON.cs
Created November 30, 2011 23:08
Unity3D: MiniJSON Decodes and encodes simple JSON strings. Not intended for use with massive JSON strings, probably < 32k preferred. Handy for parsing JSON from inside Unity3d.
/*
* Copyright (c) 2013 Calvin Rien
*
* Based on the JSON parser by Patrick van Bergen
* http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html
*
* Simplified it so that it doesn't throw exceptions
* and can be used in Unity iPhone with maximum code stripping.
*
* Permission is hereby granted, free of charge, to any person obtaining
@rxaviers
rxaviers / gist:7360908
Last active July 27, 2024 17:59
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Unity5]
@=""
"Icon"="%ProgramFiles%\\Unity\\Editor\\Unity.exe"
"MUIVerb"="Open as Unity Project"
[HKEY_CLASSES_ROOT\Folder\shell\Unity5\Command]
@="cmd /c start /D\"c:\\Program Files\\Unity\\Editor\\\" Unity.exe -projectPath \"%1\""
@ninpl
ninpl / Singleton.cs
Created February 21, 2017 15:51
Singleton sencillo para Unity3D
// ┌∩┐(◣_◢)┌∩┐
// \\
// Singleton.cs (21/02/2017) \\
// Autor: Antonio Mateo (Moon Pincho) \\
// Descripcion: Singleton basico \\
// Fecha Mod: 21/02/2017 \\
// Ultima Mod: Version inicial \\
//******************************************************************************\\
#region Librerias
@ninpl
ninpl / .gitignore
Last active October 22, 2019 15:45
Git ignore para Unity3D 5.5+/2017+/2018+
# ===================================== #
# Carpetas de Unity
# ===================================== #
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/.[Vv][Ss][Cc]ode/
/.[Vv][Ss]/
@ninpl
ninpl / AlinearImagen.md
Last active April 7, 2023 14:27
Alineacion de una imagen en markdown
@ninpl
ninpl / checklist.md
Last active June 23, 2017 02:58
Checklist en markdown

Checklist en Markdown

  • 01
  • 02
  • 03
  • 04
    • 04.1
    • 04.2
  • 05
  • 06
@ninpl
ninpl / SceneViewFollow.cs
Last active June 3, 2017 00:37
Permite que el visor de la escena siga al objeto.
// ┌∩┐(◣_◢)┌∩┐
// \\
// SceneViewFollow.cs (28/03/2017) \\
// Autor: Antonio Mateo (Moon Antonio) \\
// Descripcion: Permite camaras en el editor se configuren para seguir \\
// los objetos. \\
// Fecha Mod: 03/06/2017 \\
// Ultima Mod: Cambio de namespace \\
//******************************************************************************\\
@ninpl
ninpl / CONTRIBUTING.md
Created June 23, 2017 02:53
Plantilla para CONTRIBUTING.md

Contributing

  1. Fork the repository.
  2. Add your section - make sure you follow the styling guide below.
  3. Commit changes.
  4. Push your commit.
  5. Create a Pull Request.

Styling

@ninpl
ninpl / ISSUE_TEMPLATE.md
Last active June 23, 2017 02:58
Template para las issue en github

Describe la mejora,fix o cambio realizado en el proyecto.

  • Caracteristica nueva
  • Cambio realizado
  • Problema nuevo