Skip to content
View ManeFunction's full-sized avatar
🕹️
game-dev
🕹️
game-dev
Block or Report

Block or report ManeFunction

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 Loading

  1. unity-mane unity-mane Public

    Some extensions and features to make your Unity work easier!

    C# 2

  2. sound-maneger sound-maneger Public

    Just a neat sound manager for Unity. Have separated channels, playlists, ducking and some other amazing features.

    C# 4

  3. Easing Functions for Unity3D Easing Functions for Unity3D
    1
    /*
    2
     * Created by C.J. Kimberlin
    3
     * Refactored by Mane Function
    4
     * 
    5
     * The MIT License (MIT)
  4. MKA + MKV batch combiner (py) MKA + MKV batch combiner (py)
    1
    # This script can easily combine MKV and MKA files to the single MKV package
    2
    # Required installed ffmpeg (can be easily done with brew install ffmpeg)
    3
    # As a bonus, can copy ass subtites as well
    4
    # Enjoy :)
    5
    # by Mane Function (2023)