Skip to content

Instantly share code, notes, and snippets.

View Fenikkel's full-sized avatar

Pau Fenollosa Fenikkel

View GitHub Profile
@Fenikkel
Fenikkel / !nfo.md
Last active April 14, 2025 11:16
Unity singleton

Singleton for Unity

Singleton example

 

Notes

Simple tu use and foolproof. It uses abstraction to make it almost invisible on your code and easy to reuse it.

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:05
Configuration for a 2D project with SpriteRenders

Orthographic camera configurator for 2D projects.

Config window Screen sizes

 

@Fenikkel
Fenikkel / Porfolio.md
Last active August 21, 2024 09:35
Portfolio ⭐

👋 Hi there! I'm Pau Fenollosa

Portrait of Pau

 

I'm a Unity Developer/Programmer (Generalist) specializing in XR, UI, tools, procedural content and VFX. With 5+ years of experience in video games and gamified experiences, I am passionate about create smooth and efficient experiences. Welcome to my portfolio!

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:04
SpringJoint drag 2D

SpringJoint drag 2D for Unity

 

Notes

Simple tu use and foolproof. Permit drag with a SpringJoint2D the desired Layers that have a Rigidbody2D. You can edit freely the values of the LineRenderer, SpringJoint2D and the Rigidboy2D. It works using the mouse or on multi-touch screens.

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:03
Tools for creating Localization assets in play mode

Localization Editor Utilities

 

Notes

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:03
Streaming Assets Loaders

Streaming Assets Loaders

 

Notes

Loaders to get assets from StreamingAssets folder. Foolproof.

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:02
Object Pool

Unity's ObjectPool simplified

Object pool example

 

Notes

Simple tu use and foolproof. It uses abstraction to make it almost invisible on your code and easy to reuse it.

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:01
Factory pattern

Factory pattern for Unity's prefabs

Factory example

 

Notes

Simple tu use and foolproof. It uses abstraction to make it almost invisible on your code and easy to reuse it.

@Fenikkel
Fenikkel / !nfo.md
Last active March 21, 2025 10:01
Event bus

Static event bus

 

Event bus example

 

Notes

Simple tu use and foolproof. It uses abstraction to make it almost invisible on your code and easy to reuse it.