Skip to content

Instantly share code, notes, and snippets.

View PixelEnvision's full-sized avatar

Erdener PixelEnvision

View GitHub Profile
@jamiephan
jamiephan / README.md
Last active May 24, 2025 10:52
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
@capnslipp
capnslipp / NonDrawingGraphic.cs
Last active April 22, 2025 11:17
A UnityEngine.UI.Graphic subclass that provides only raycast targeting, skipping all drawing.
/// @creator: Slipp Douglas Thompson
/// @license: Public Domain per The Unlicense. See <http://unlicense.org/>.
/// @purpose: A UnityEngine.UI.Graphic subclass that provides only raycast targeting, skipping all drawing.
/// @why: Because this functionality should be built-into Unity.
/// @usage: Add a `NonDrawingGraphic` component to the GameObject you want clickable, but without its own image/graphics.
/// @intended project path: Assets/Plugins/UnityEngine UI Extensions/NonDrawingGraphic.cs
/// @interwebsouce: https://gist.github.com/capnslipp/349c18283f2fea316369
using UnityEngine;
using UnityEngine.UI;
@xbeta
xbeta / README.md
Last active May 8, 2025 19:40
Macbook Pro Bluetooth + WiFi 2.4GHz interference fix for Mavericks