Giter Club home page Giter Club logo

FredericRP's Projects

batchsubmitter icon batchsubmitter

Easily upload new releases of your assets to the Unity Asset Store using this tool that allows to configure packages to upload and usable in batch mode.

bucketgenerator icon bucketgenerator

A bucket (or bean bag) is a tool to get random numbers within an interval only once. This bucket generator provides an easy way for random round robin algorithm.

dependencyupdater icon dependencyupdater

A script that add custom dependencies from a newly Unity package imported from Git URL

droneone icon droneone

The drone engine described in my YouTube video: uses the physic engine to make an object fly with configurable driving option for newbie stable flight or total free style controller.

eventmanagement icon eventmanagement

A generic event handler that allows you to subscribe and trigger game events in your game in a minute. GameEvents have evolved thanks to the Unite 2017 presentation by Schell Games (but we still prefer our way to handle listener with delegates).

gamequest icon gamequest

GameQuest provides an easy way to create quests for a game, and the management of them.

genericsingleton icon genericsingleton

A singleton is a development pattern that prevents having multiple instances of the same component in a scene. It allows also any script to access this one without requiring a manual link between the two. This one is a generic Singleton that allows you to inherit from it from your class to access its instance with the static Instance property.

laforce icon laforce

Sample project showing how to use handles to display a rigidbody velocity

objectpool icon objectpool

Use ObjectPool to instantiate game objects during loading time and not during gameplay. This version allows you to have multiple pools in your game, so you can have a global one that won't be destroyed between scenes, and some level-specific ones.

openupm icon openupm

OpenUPM - Open Source Unity Package Registry (UPM)

persistentdatasystem icon persistentdatasystem

The PersistentDataSystem is a fast and maintenable save system. Data are written in binary files to hide the content from users and to enable fast loading and saving.

playercurrency icon playercurrency

An easy to set up virtual currency manager; load, save and convert virtual currencies.

popuphandler icon popuphandler

Pile up popups and pop them out as you want. The popup manager allows to show and hide popups, and handle going back and forth between opened popups.

screentransitions icon screentransitions

Between scenes, to hide loading time or simply make a smooth transition, you have to show a transition screen. Those prefabs allow you to call the transition to be shown or hidden. Subscribe to its events (TransitionShown and TransitionHidden) to know when you can load something behind the players back.

stringdatalist icon stringdatalist

A unity3d tool for designers: use string list from a file as enum in the editor. The Select attribute changes the way a string or int value is editable. The DataList attribute changes the way a list is edited.

tips icon tips

A simple tool that allows to show random tips to player when a level is loading. Tips are load from AssetBundles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.