Pinned Repositories
2d-laser
Simple 2D laser in Unity.
2D-MOVEMENT
2D Movement project i worked on my Youtube channel.
2d-RTS-Godot-4
3D-Ladder-Tutorial
godot-dungeon-generator
A room-based dungeon generation algorithm for Godot Engine
Godot-Gungeon-Generator
a random dungeon Generator similiar to the one in Enter the Gungeon for the Godot game Engine (Version 3.5.1, no Idea how it performs in Godot 4.0))
godot-toon-cel-pixelate-shader
The .shader files of a toon/cel shader I translated, together with a demo project
Runtime_Godot_shader_loader
Load GDScript and Godot shader source at runtime
unity-scene-reference
A SceneReference wrapper class that uses ISerializationCallbackReceiver and a custom PropertyDrawer to provide safe, user-friendly scene references in scripts.
unity2d-essential-scripts
A collection of essential Unity 2D scripts to make a game.
r2d2meuleu's Repositories
r2d2meuleu/AdaptiveDifficulty
A unity engine game which has rubberband ai nit
r2d2meuleu/AdditiveScene
A few tools that makes additive scenes easier to use
r2d2meuleu/BinaryTextToTiles
Loads file of 8 bit binary text listing for 256 ascii characters and turns it into Unity tilemap
r2d2meuleu/BeatSynchronizer
Beat Synchronizer for Unity projects
r2d2meuleu/card2code
A code generation dataset for generating the code that implements Hearthstone and Magic The Gathering card effects.
r2d2meuleu/DES
Deteccion de objetos mediante las sombras en Unity3D.
r2d2meuleu/Dishonored_TP_Level_Design
This repository host a Unity Project that been used for the a Level Design exercices. Fell free to Pull Request if you add function to it
r2d2meuleu/Fake-hanging-chains
Fake, fast chains for Unity that can be animated ingame with false simple physics. If the chain is not going to move ingame you can merge all the generated links to have only one mesh instead of multiple copies to save drawcalls
r2d2meuleu/Fire-2D-in-Unity
r2d2meuleu/frostwalk-stats-system
A simple and extendable stats system for Unity.
r2d2meuleu/gmailFilter
A Google Apps Script for Creating Filters
r2d2meuleu/godot-inventory-system
How to make a Diablo style inventory system in Godot in 23 minutes (Miziziziz's tutorial)
r2d2meuleu/godot-lemmings
Small lemmings style game. Project created to try out the godot engine.
r2d2meuleu/godot-procedural3d
A Godot addon to generate procedural 3d scenes (such as dungeons) from modular assets
r2d2meuleu/GravityStation
r2d2meuleu/hearthstone-card-api
Hearthstone Card API
r2d2meuleu/LemmingsClone
r2d2meuleu/lock-pick-unity
A Skyrim/FO4 like lock pick recreation in Unity
r2d2meuleu/MountandBladeUnity
Mount and Blade game inside Unity Game Engine (Includes only scripts)
r2d2meuleu/OutOfFrustum
Tracking objects and display markers on screen edges when they are out of view
r2d2meuleu/ProceduralRoomExpansion
Algorithm based on https://www.gamasutra.com/blogs/AAdonaac/20150903/252889/Procedural_Dungeon_Generation_Algorithm.php for Unity
r2d2meuleu/red-dead-dialog
Red Dead Redemption 2 dialog system in Unity
r2d2meuleu/TPLevelDishonored
r2d2meuleu/Unity-C-Dynamic-difficlity-adjustment-shooter-game
r2d2meuleu/Unity-KeyBinder
A KeyBinder based on Unity KeyCode Enum and Unity input system to handle every type of inputs, execute action link to them and change binds by the use of GUI
r2d2meuleu/Unity3d-BeastConsole
Console for all your unity needs
r2d2meuleu/Unity3D_AllGenericUnityEvents
A class with every combination of supported UnityEvents
r2d2meuleu/UnityDrawLine
Draw lines using Line Render
r2d2meuleu/UnityIO
An easy to use API that allows you to manipulate files inside of Unity without the headache of using AssetDatabase.
r2d2meuleu/UnityUIGrid
UnityUIGrid is a simple script which enables a regular square grid or a phi grid (based on the Golden ratio). The grid supports snapping, which can help you build your UI.