All Projects → dotBunny → GDX

dotBunny / GDX

Licence: BSL-1.0, Unknown licenses found Licenses found BSL-1.0 LICENSE Unknown LICENSE.meta
Game Development Extensions

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to GDX

UITKEditorAid
Elements and scripts that help in making Unity editors with UIToolkit.
Stars: ✭ 31 (-32.61%)
Mutual labels:  unity3d-plugin, upm-package
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+352.17%)
Mutual labels:  unity3d-plugin, upm-package
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (+65.22%)
Mutual labels:  unity3d-plugin
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (-52.17%)
Mutual labels:  unity3d-plugin
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-54.35%)
Mutual labels:  unity3d-plugin
unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-54.35%)
Mutual labels:  upm-package
Originer
🧳The package for Unity3d which makes it possible to automatically resolve UPM dependencies on projects located on Github
Stars: ✭ 31 (-32.61%)
Mutual labels:  upm-package
FPSCounter
FPS counter plugin for BepInEx - measure frame time and plugin performance
Stars: ✭ 27 (-41.3%)
Mutual labels:  unity3d-plugin
TsukiSuite
A toolsuite created to make Unity development easier
Stars: ✭ 23 (-50%)
Mutual labels:  unity3d-plugin
YLYRichText
a feature-rich, easy to use unity rich text plugin
Stars: ✭ 32 (-30.43%)
Mutual labels:  unity3d-plugin
Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
Stars: ✭ 147 (+219.57%)
Mutual labels:  unity3d-plugin
Android Screen Recorder Plugin
A simple android library project for record android screen in Unity
Stars: ✭ 28 (-39.13%)
Mutual labels:  unity3d-plugin
UnitySoundManager
Sound manager with 3 tracks, language system, pooling system, Fade in/out effects, EventTrigger system and more.
Stars: ✭ 55 (+19.57%)
Mutual labels:  unity3d-plugin
unity-history-window
A simple selection history window for Unity.
Stars: ✭ 118 (+156.52%)
Mutual labels:  upm-package
relationsinspector
An editor extension for the Unity game engine.
Stars: ✭ 24 (-47.83%)
Mutual labels:  unity3d-plugin
collision-sound
Collision Sound aims to be an easy and powerful way of adding sound to object collisions in Unity
Stars: ✭ 21 (-54.35%)
Mutual labels:  unity3d-plugin
UnityTexture3DAtlasImportPipeline
A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
Stars: ✭ 24 (-47.83%)
Mutual labels:  unity3d-plugin
t4-templates-unity3d
T4 Text Template Processor for Unity3D
Stars: ✭ 75 (+63.04%)
Mutual labels:  unity3d-plugin
LocalStorage
Configurable generic class for managing local data saved on device.
Stars: ✭ 24 (-47.83%)
Mutual labels:  upm-package
com.xrtk.oculus
The Oculus platform components for the XRTK
Stars: ✭ 11 (-76.09%)
Mutual labels:  upm-package

Game Development Extensions

GDX

Latest Release OpenUPM Discord Server License: BSL-1.0 Code Coverage

A battle-tested library of game-ready high-performance C# code.

Documentation available at https://gdx.dotbunny.com/.

Usage

Add com.dotbunny.gdx as a dependency to the project Packages/manifest.json file:

{
  "dependencies": {
    "com.dotbunny.gdx": "https://github.com/dotBunny/GDX.git"
  }
}

For a full breakdown of all installation methods please refer to the Installation section of Getting Started in the manual.

Requirements

The GDX package can be dropped into any compatible Unity (>=2020.3) project and selectively enables portions of its functionality based on what packages it finds in the project.

For more detailed infromation as well as legacy support, please consult Requirements in the manual.

Contributing

GDX is an open-source project, and we encourage and welcome contributions. While the GDX package has Unity employees amongst its contributors, it is not officially supported by Unity, and it is not on Unity's roadmap.

Please review the manual's Contributing section for info on how you can contribute to this package and our awesome community. ❤️

License

GDX is licensed under the BSL-1.0 License.

A copy of this license can be found at the root of the project in the LICENSE file, or here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].