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.

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
XardoX/README.md

Hello there 👋

GitHub followers

Alt text

Pinned Loading

  1. ColorsOfMotanka Public

    Game made during United with Ukraine Jam

    C# 1

  2. 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...
    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
    1
     using System.Collections;
    2
     using System.Collections.Generic;
    3
     using UnityEngine;
    4
     using UnityEditor;
    5
     using NaughtyAttributes;