Skip to content

Instantly share code, notes, and snippets.

View Joknaa's full-sized avatar
🗺️
Games are windows into other worlds !

Mohammad Laadidaoui Joknaa

🗺️
Games are windows into other worlds !
View GitHub Profile
@Joknaa
Joknaa / Extentions.cs
Created December 6, 2022 10:50
This is the Extention functions and methods i created while developing games in Unity. I use most of them on regular basis, theya re really useful !
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
using UnityEngine.SceneManagement;
namespace OknaaEXTENSIONS {
public static class Extensions {
#region Vector Coordinate Manipulation
@Joknaa
Joknaa / .gitignore
Last active October 16, 2022 10:34
Unity .gitignore
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
**/[Ll]ibrary/
**/[Tt]emp/
**/[Oo]bj/
**/[Bb]uild/
**/[Bb]uilds/
**/[Ll]ogs/