Skip to content
View SinanErmis's full-sized avatar
  • Ankara, Turkey

Highlights

  • Pro

Block or report SinanErmis

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. awesome-hyper-casual awesome-hyper-casual Public

    A curated list of resources and links about hyper casual game development.

    99 9

  2. HyperTemplate HyperTemplate Public template

    A flexible hyper casual project template with several useful utilities!

    C# 59 12

  3. ReturnOfTheObraDinn_Unity_URP_RenderGraph ReturnOfTheObraDinn_Unity_URP_RenderGraph Public

    Return of the Obra Dinn-like dither shader implementation using Unity's new URP Render Graph

    ShaderLab

  4. HacettepeCS HacettepeCS Public

    A collection of notes, quizzes, assignments, and much more that I have gathered during my time at Hacettepe University in Computer Science.

    Jupyter Notebook

  5. Unity custom UI Line Renderer with s... Unity custom UI Line Renderer with smooth edges and dash support. Based on https://github.com/Radishmouse22/UILineRenderer but heavily customized.
    1
    using UnityEngine;
    2
    using UnityEngine.UI;
    3
    
                  
    4
    #if UNITY_EDITOR
    5
    using UnityEditor;
  6. Unity custom UI Hold Button with nec... Unity custom UI Hold Button with necessary callbacks and 3 different visual modes
    1
    using System;
    2
    using UnityEngine;
    3
    using UnityEngine.Events;
    4
    using UnityEngine.EventSystems;
    5
    using UnityEngine.UI;