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

Highlights

  • Pro
Block or Report

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

  1. Referencer Referencer Public

    A website to help me reference popular media types based on my school's standard.

    JavaScript

  2. 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#

  3. DoTweenPresets DoTweenPresets Public

    Grouped together DoTween preset animations. Just drag and drop the script on the GameObject and set references!

    C#

  4. Delphi-PAT2022 Delphi-PAT2022 Public

    Delphi PAT (Practical Assessment Task) for 2022 - a school project (Grade 12) - make a project with the topic of "education"

    Pascal 1

  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. Draggable window, attach script onto... Draggable window, attach script onto draggable UI element and set windowRect the actual UI that moves.
    1
    using UnityEngine;
    2
    using UnityEngine.EventSystems;
    3
    
                  
    4
    /// <summary>
    5
    /// Attach this class to the dragging UI element.