Skip to content

Instantly share code, notes, and snippets.

View LauraLaureus's full-sized avatar

Laura del Pino Díaz LauraLaureus

View GitHub Profile
@LauraLaureus
LauraLaureus / EasingFunctions.cs
Created March 7, 2018 14:06 — forked from cjddmut/EasingFunctions.cs
Easing Functions for Unity3D
using UnityEngine;
/*
* Created by C.J. Kimberlin (http://cjkimberlin.com)
*
* The MIT License (MIT)
*
* Copyright (c) 2015
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
@LauraLaureus
LauraLaureus / DancePad.cs
Created October 19, 2017 08:13 — forked from mathiassoeholm/DancePad.cs
Unity dance pad input
using System;
using System.Collections.Generic;
using UnityEngine;
using Object = UnityEngine.Object;
namespace DancePadInput
{
public enum Player
{
Any,
@LauraLaureus
LauraLaureus / SavWav.cs
Created September 24, 2017 09:10 — forked from darktable/SavWav.cs
Unity3D: script to save an AudioClip as a .wav file.
// Copyright (c) 2012 Calvin Rien
// http://the.darktable.com
//
// This software is provided 'as-is', without any express or implied warranty. In
// no event will the authors be held liable for any damages arising from the use
// of this software.
//
// Permission is granted to anyone to use this software for any purpose,
// including commercial applications, and to alter it and redistribute it freely,
// subject to the following restrictions: