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 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/[email protected]/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;