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

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

    C# 4

  2. Tweening-Components Tweening-Components Public

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

    C#

  3. Endless-Runner Endless-Runner Public

    A Vega School project. Make an Endless Runner in 3 parts using Unity.

    C#

  4. QuickSave 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. Unity Singleton Presets! Just inheri... Unity Singleton Presets! Just inherit from your preferred class. ALL credit goes to Tarodev on YouTube (https://www.youtube.com/@Tarodev/) Patreon: (https://www.patreon.com/tarodev)
    1
    // @author Tarodev (https://youtu.be/tE1qH8OxO2Y?t=231)
    2
    using UnityEngine;
    3
    
                  
    4
    /// <summary>
    5
    /// A static instance is similar to a singleton, but instead of destroying any new instances, it
  6. SavingTutorial SavingTutorial Public

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

    ShaderLab