Skip to content

Instantly share code, notes, and snippets.

@Taxin2012
Taxin2012 / FastPlatformSwitcherSymlink_Windows.cs
Created March 23, 2021 22:19 — forked from andreiagmu/FastPlatformSwitcherSymlink_Windows.cs
Improved FastPlatformSwitcher for Unity 2018 (and maybe other Unity versions), for Asset Database v1 - Symlink version (for Windows systems)
@Taxin2012
Taxin2012 / WireFrame.cs
Created December 8, 2020 05:43 — forked from naojitaniguchi/WireFrame.cs
WireFrame Rendering Script on Unity
using UnityEngine;
using System.Collections;
public class Wireframe : MonoBehaviour {
public Color lineColor;
public Color backgroundColor;
public bool ZWrite = true;
public bool AWrite = true;
public bool blend = true;
@Taxin2012
Taxin2012 / lamp.sh
Created November 13, 2018 18:37 — forked from aamnah/lamp.sh
Bash script to install Apache, MySQL and PHP as well as PHPMyAdmin and some tweaks. For Debian and Ubuntu. To run, copy the script to the server and run ``bash lamp.sh``
#!/bin/sh
#######################################
# Bash script to install an AMP stack and PHPMyAdmin plus tweaks. For Debian based systems.
# Written by @AamnahAkram from http://aamnah.com
# In case of any errors (e.g. MySQL) just re-run the script. Nothing will be re-installed except for the packages with errors.
#######################################
#COLORS