Skip to content
View Tirtstan's full-sized avatar
📈
Peaking
📈
Peaking

Highlights

  • Pro

Block or report Tirtstan

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. Godot-Unity-Gaming-Services Public

    API for connecting Unity Gaming Services to Godot 4+ (C# Mono).

    C# 4

  2. Tweening-Components Public

    Powered by DOTween. Tweening Components is a package that provides a set of preset components to animate UGUI in Unity with scriptable objects.

    C#

  3. Endless-Runner Public

    A college project called Martian Marathon. Make an Endless Runner in 3 parts using Unity.

    C#

  4. QuickSave Public

    Forked from ClaytonIndustries/QuickSave

    Quick Save is a plugin that makes it easy to save and load content to / from files in Unity games

    C#

  5. SavingTutorial Public

    Saving a sandbox game using Unity 6 and MessagePack's binary and JSON capabilities. Medium tutorial article attached.

    ShaderLab

  6. Options manager template for Unity.
    1
    using System;
    2
    using UnityEngine;
    3
    
                  
    4
    [Serializable]
    5
    public class GameSettings