Skip to content
View AlexLemminG's full-sized avatar

Block or report AlexLemminG

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. Rigify-To-Unity Rigify-To-Unity Public

    Converts Rigify rig to Humanoid compatible

    Python 241 50

  2. Python-To-Unity-Integration Python-To-Unity-Integration Public

    Python integration to unity

    C# 25 6

  3. Edited blender to unity exporter set... Edited blender to unity exporter setup, for applied scale and rotation
    1
    def defaults_unity3d():
    2
        return {
    3
            # These options seem to produce the same result as the old Ascii exporter in Unity3D:
    4
            "axis_up": 'Y',
    5
            "axis_forward": '-Z',