Skip to content

Instantly share code, notes, and snippets.

View mousedoc's full-sized avatar
🌊

mousedoc mousedoc

🌊
  • Netmarble Monster
  • Seoul, Republic of Korea
View GitHub Profile
@mob-sakai
mob-sakai / RemoveEmptyFolders.cs
Last active September 22, 2023 18:33
Automatically remove empty folders in project for Unity.
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Linq;
using System;
/// <summary>
/// Remove empty folders automatically.
@trusktr
trusktr / image-grid.md
Last active December 15, 2024 02:54
Image grid in Markdown
screen shot 2017-08-07 at 12 18 15 pm blah screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm
@IJEMIN
IJEMIN / GoogleTranslatorWithAuth.cs
Last active June 28, 2025 07:54
Unity GoogleTranslator with Google Translation API V2
// This is paid service version of Unity Google Translator script https://gist.github.com/IJEMIN/a48f8f302190044de05e3e3fea342fbd
using System;
using System.Collections;
using System.Collections.Generic;
using SimpleJSON;
using UnityEngine;
using UnityEngine.Networking;
public class GoogleTranslatorWithAuth : MonoBehaviour
@mousedoc
mousedoc / LegacyAnimationCreator.cs
Created June 14, 2022 03:14
Unity Legacy Animation Creator
using System.IO;
using UnityEditor;
using UnityEngine;
public class LegacyAnimationCreator
{
[MenuItem("Assets/Create/Legacy Animation", priority = 402)]
public static void CompressSelectedAnimationClips()
{
var clip = new AnimationClip();
@jamiephan
jamiephan / README.md
Last active August 9, 2025 00:20
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel

As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)

Note: This script only tested in the latest version of Chrome.

How to use

  1. Copy the script from below (run.js)
  2. Login into https://quixel.com