Skip to content

Instantly share code, notes, and snippets.

@Mahelita
Mahelita / scrape_tonie_tracks.ipynb
Created April 17, 2021 17:52
Scrape tonie tracks
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mahelita
Mahelita / FlyCamera.cs
Last active June 22, 2023 20:28 — forked from McFunkypants/FlyCamera.cs
New Script FlyCamera add to any camera obj: instant unity editor style wasd rightclick debug cam
using UnityEngine;
using System.Collections;
public class FlyCamera : MonoBehaviour
{
/*
Writen by Windexglow 11-13-10. Use it, edit it, steal it I don't care.
Converted to C# 27-02-13 - no credit wanted.
Extended by Mahelita 08-01-18.