Skip to content

Instantly share code, notes, and snippets.

View wakagomo's full-sized avatar

wakagomo wakagomo

View GitHub Profile
/******************************************************************************
* Copyright (c) 2019 wakagomo *
* *
* This source code is released under the MIT License. *
* http://opensource.org/licenses/mit-license.php *
******************************************************************************/
using UnityEngine;
public class Finger : MonoBehaviour
/******************************************************************************
* Copyright (c) 2019 wakagomo *
* *
* This source code is released under the MIT License. *
* http://opensource.org/licenses/mit-license.php *
******************************************************************************/
using UnityEngine;
/// <summary>
@wakagomo
wakagomo / TransparentWindow.cs
Created February 8, 2019 13:19
Transparent Window for Unity
///
/// Copyright (c) 2019 wakagomo
///
/// This source code is released under the MIT License.
/// http://opensource.org/licenses/mit-license.php
///
using UnityEngine;
using System;