Skip to content
View XardoX's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report XardoX

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
xardox/README.md

Hello there 👋

GitHub followers

Alt text

Pinned Loading

  1. ColorsOfMotanka ColorsOfMotanka Public

    Game made during United with Ukraine Jam

    C# 1

  2. Rich Tags extensions - TextMeshPro Rich Tags extensions - TextMeshPro
    1
    // Summaries were copied from https://docs.unity3d.com/Packages/com.unity.textmeshpro@4.0/manual/RichTextSupportedTags.html
    2
    
                  
    3
    using UnityEngine;
    4
    using TMPro;
    5
    namespace Extensions
  3. Creates script that stores FMOD soun... Creates script that stores FMOD sound events in form of const string keys
    1
    using UnityEditor;
    2
    using System.IO;
    3
    using FMODUnity;
    4
    ///<summary>Creates script that stores FMOD sound events in form of const string keys</summary>
    5
    public class FMODSoundEventsCreator 
  4. MirrorGameObjects.cs MirrorGameObjects.cs
    1
     using System.Collections;
    2
     using System.Collections.Generic;
    3
     using UnityEngine;
    4
     using UnityEditor;
    5
     using NaughtyAttributes;