Skip to content
You must be logged in to sponsor Aridez

Become a sponsor to Eric Mourin

Hey there! If you ended over here I bet that you are wondering what else am I making. I create small useful projects to speed up your development, open source them and release them for free. Check them out at my website www.skytanet.com and also have a quick overview below:

Simple Graph Editor

Simple Graph Editor is a Unity editor extension that will allow you to create directional graphs in no time! This editor allows you to quickly iterate and create prototypes for your games using a custom inspector. It's as easy as creating a Waypoint Cluster using the menu and then clicking to place the waypoints in your project.

Simple Database

Simple Database is a small wrapper library that will allow you to create and manage your save files in a quick and efficient way, taking care of the serialization details and the setup of a lightweight database. This asset was possible thanks to the following third party libraries:

The backbone of this asset is a lightweight database, which allows it to shine the brightest when it matters the most: when the save files are big and threaten to become a bottleneck for your application. But this asset is more than just a faster solution; you will be able to split your game saves into different files, providing a simple, reliable and well-organized solution for your needs.

Simple translate

Simple translate is a package that allows to use the Laravel translations on your Vue components easily and efficiently. This package creates a bundle of translations in JSON format with just the ones used for each of the components, only the required information is passed to the view. It's as easy as calling the translations from your Vue componens using {{$attrs.__('<translation_key>')}} running the php artisan translate:bundle command that will automatically find and create the translation files and then adding the @bundle(<your component>) directive on your Vue component.

@Aridez

It means a lot to me to see my work helping out others, so let me know if it did it for you!

Featured work

  1. Aridez/simple-graph-editor

    Simple Graph Editor is a Unity editor extension that allows to quickly integrate directed graphs in your scenes in a visual manner and easily iterate through their design

    C# 13
  2. Aridez/simple-database

    Simple Database is a Unity editor extension that will allow you to manage your save files easily and efficiently. It is a wrapper library that integrates the Json.net serializer with the BplusdotNe…

    C# 2
  3. Aridez/simple-translate

    Easy and efficient Laravel translations made available in your Vue components

    PHP

0% towards 10 monthly sponsors goal

Be the first to sponsor this goal!

Select a tier

$ a month

Choose a custom amount.

$1 a month

Select

Let me know if you liked any of my projects!

$10 a month

Select

It adds up!

Trust me when I say you're helping me a lot more than you think! This will help me to continue with my open source work on Unity Assets as well as other projects.