Skip to content
View kxn4t's full-sized avatar
🐈
🐈

Sponsoring

@anatawa12
@bdunderscore

Highlights

  • Pro

Block or report kxn4t

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
kxn4t/README.md

image

Hi there 👋

  • 🔭 Currently working as a product manager focusing on identity in a SaaS company.
  • 🏯 Author of the only technical book about SAML published in Japan.
  • 🎨 Field: Identity / Authentication
  • 👯 Recently exploring: VRChat, 3DCG

Works

🧩 Blender Add-ons

🧰 Unity Editor Extensions

📖 Books (Authored)

  • SAML入門
    A Japanese-language introduction to SAML for developers and technical professionals.

Pinned Loading

  1. kanameliser-editor-plus kanameliser-editor-plus Public

    A small set of useful Unity & VRChat editor extensions

    C# 2

  2. color-variant-prefab-generator color-variant-prefab-generator Public

    Unity Editor extension to generate color variant Prefab Variants by material swapping

    C#

  3. vertex-group-merger vertex-group-merger Public

    A Blender addon that merges multiple vertex groups with additive weight calculation.

    Python 5

  4. pose-to-rest-pose pose-to-rest-pose Public

    A Blender addon for applying the current pose as rest pose while preserving shape keys and drivers.

    Python 7

  5. vpm-repos vpm-repos Public

    HTML

  6. UnityでAsset import時にCrunch圧縮のみを強制的に解... UnityでAsset import時にCrunch圧縮のみを強制的に解除してimportするEditor拡張
    1
    using UnityEditor;
    2
    
                  
    3
    namespace kxn4t.gist
    4
    {
    5
        internal class DisableCrunchCompressionPreprocessor : AssetPostprocessor