Skip to content

Instantly share code, notes, and snippets.

View WeirdBeardDev's full-sized avatar

WeirdBeardDev WeirdBeardDev

View GitHub Profile
@WeirdBeardDev
WeirdBeardDev / LoggerSO.cs
Created May 21, 2023 23:09
A Unity script template to create a Logger scriptable object.
/*
* This work by Jason "Aj" Comfort (https://weirdbearddev.com) is licensed under
* CC BY-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0
* Original idea based on [Software Architecture in Unity](https://www.youtube.com/watch?v=sh7f4K9Wbj8) video
*/
using UnityEngine;
[CreateAssetMenu(fileName = "NewLogger", menuName = "ScriptableObjects/New Logger", order = 1)]
public class LoggerSO : ScriptableObject

Keybase proof

I hereby claim:

  • I am weirdbearddev on github.
  • I am weirdbearddev (https://keybase.io/weirdbearddev) on keybase.
  • I have a public key ASCpJw3AVkKK3hoDDKJE8YHglJaAzfFY8f9m332pUj67xAo

To claim this, I am signing this object:

@WeirdBeardDev
WeirdBeardDev / Win10NoFlashing.reg
Created April 14, 2024 21:02
Update registry to try and stop the taskbar icons from flashing.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ForegroundFlashCount"=dword:00000000
"ForegroundLockTimeout"=dword:00000000