I hereby claim:
- I am hybridherbst on github.
- I am fherbst (https://keybase.io/fherbst) on keybase.
- I have a public key ASBcXOr6y9MoixUoBn700ot44MYsVODKHmevksm67nZSbAo
To claim this, I am signing this object:
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using System.Linq; | |
| namespace pfc.WeirdQuillFixup | |
| { | |
| public static class Fixup | |
| { | |
| public static void FixMeshInPlace(Mesh mesh) |
| # Open terminal and install asar node module globally | |
| $ npm install -g asar | |
| # Go into the app’s directory, in our case it’s Slack | |
| $ cd /Applications/Slack.app/Contents/Resources | |
| # Create a directory to paste the content of app |
I hereby claim:
To claim this, I am signing this object:
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEditor; | |
| public static class LogEmojis | |
| { | |
| [MenuItem("needle/Log interesting chars from Inter")] | |
| static void LogInterestingCharsToConsole() | |
| { |
| using UnityEngine; | |
| using UnityEditor; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| public class DragAndDropEditorWindow : EditorWindow | |
| { | |
| [MenuItem("Window/Drag And Drop")] | |
| public static void Open() | |
| { |
| using System; | |
| using System.Reflection; | |
| using UnityEditor; | |
| using UnityEngine; | |
| public static class SetThreadCount | |
| { | |
| [InitializeOnLoadMethod] | |
| static void Init() | |
| { |
| using UnityEditor; | |
| using UnityEngine; | |
| using UnityEngine.SceneManagement; | |
| public static class ChangeHideflags | |
| { | |
| [MenuItem("Tools/Show All for Selection")] | |
| static void ShowAllChilds() | |
| { | |
| var t = Selection.activeTransform; |
| // Unity hashes PlayerPref names to make them case-sensitive | |
| // (Windows Registry isn't case sensitive otherwise) | |
| private static string ToKey(string prefName) | |
| { | |
| return prefName + "_h" + Hash(prefName); | |
| } | |
| // djb2-xor hash method | |
| private static uint Hash(string str) |
| <!-- Original URL: https://prefrontalcortex.de/labs/model-viewer/upload/Tyrlefing/ --> | |
| <!-- Twitter Card, also unfurls in Slack/Discord etc. --> | |
| <meta name="twitter:card" content="player" /> | |
| <meta name="twitter:site" content="hybridherbst" /> | |
| <meta name="twitter:player" content="https://prefrontalcortex.de/labs/model-viewer/upload/Tyrlefing/index.html" /> | |
| <meta name="twitter:player:width" content="480" /> | |
| <meta name="twitter:player:height" content="480" /> | |
| <meta property="og:image" content="https://prefrontalcortex.de/labs/model-viewer/upload/Tyrlefing/20211100-231259-poster.webp" /> | |
| <meta property="og:title" content="Tyrlefing" /> |
| Probably most complete version: | |
| ₧₪№↨בּשּׂ؟⇶♚❂☈☃ ҉ↂ✂❧☠℥ | |
| Copied with Windows Clipboard from Discord Status to Gist | |
| ₧₪№↨בּשּׂ؟⇶♚❂☈ ҉ↂ❧℥ | |
| Copied with Android Clipboard from Hangouts Status to Gist | |
| ₧₪№↨בּשּׂ؟⇶♚❂☈☃ ҉ↂ✂❧☠℥ |