Skip to content
View BarelyAliveMau5's full-sized avatar
Block or Report

Block or report BarelyAliveMau5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. How to attach unity profiler to exis... How to attach unity profiler to existing WebGL builds on Windows 11
    1
    # Attaching the Unity profiler to WebGL builds on Windows 11
    2
    
                  
    3
    One of the biggest pains in Unity when developing for WebGL is that if you want to profile it, you have to use the "Build and Run" menu option to do it, while it works, it can be very inconvenient and waste a lot of time recompiling everything, in this brief tutorial I present a way of attaching the profiler **without** having to recompile everything.
    4
    
                  
    5
    [Click here](#tldr) to see the **TL;DR** (Too long; Didn't Read™) step-by-step if you are not patient enough to read everything
  2. python's version of java's modified ... python's version of java's modified utf8
    1
    # translated from: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/94cc251d0c45/src/share/npt/utf.c
    2
    
                  
    3
    def utf8s_to_utf8m(string):
    4
        """
    5
        :param string: utf8 encoded string 
  3. Godot Engine - Screen content resizi... Godot Engine - Screen content resizing without black-bars, nor distortions, nor content reveal
    1
    # What is this?
    2
    # This is my sample script used for a decent screen stretching mode in Godot. As
    3
    # of Godot 3.1 alpha, there are no good ways to resize the game screen without
    4
    # stretching it (thus making the image weird if you stretch it too much), or 
    5
    # creating black bars on the screen borders (looks awful in my opinion), or 
  4. PuyoTest PuyoTest Public

    A playground for me to test different ways to improve the chain generation for a game like puyo-puyo

    Python 1