All Projects → Team-on → UnityGameTemplate

Team-on / UnityGameTemplate

Licence: MIT license
Template with all necessary stuff taken care, just create your games main features.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnityGameTemplate

XRAcceptanceTests
This project is used to verify behavior of Unity configurations, compare features between Unity releases, and test for changes in performance.
Stars: ✭ 33 (-85.07%)
Mutual labels:  vr, unity-3d
raylib-py
A Python binding for the great C library raylib.
Stars: ✭ 147 (-33.48%)
Mutual labels:  vr, 2d
godot experiments
Some 2D, 3D & VR experiments and tutorials in Godot 3
Stars: ✭ 181 (-18.1%)
Mutual labels:  vr, 2d
QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
Stars: ✭ 17 (-92.31%)
Mutual labels:  vr, unity-3d
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: ✭ 662 (+199.55%)
Mutual labels:  vr, unity-3d
hobo vr
SteamVR driver prototyping tool
Stars: ✭ 44 (-80.09%)
Mutual labels:  vr
SNKRX
A replayable arcade shooter where you control a snake of heroes.
Stars: ✭ 1,067 (+382.81%)
Mutual labels:  2d
SlimeVR-Server
Server app for SlimeVR ecosystem
Stars: ✭ 361 (+63.35%)
Mutual labels:  vr
Eye VR Segmentation
AR/VR Eye Semantic Segmentation - Rank 5th/17 - OpenEDS 2019
Stars: ✭ 45 (-79.64%)
Mutual labels:  vr
FWK
💎 3D game framework in C, with Luajit bindings now.
Stars: ✭ 423 (+91.4%)
Mutual labels:  2d
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (-25.79%)
Mutual labels:  unity-3d
CutAndDisplace
Boundary Element MATLAB code. Modelling faults and deformation
Stars: ✭ 40 (-81.9%)
Mutual labels:  2d
HadesVR
The "DIY" SteamVR compatible VR setup made for tinkerers.
Stars: ✭ 88 (-60.18%)
Mutual labels:  vr
AnotherBadBeatSaberClone
This is a discontinued but perhaps helpful VR project created during my Master's degree at FH Wedel.
Stars: ✭ 22 (-90.05%)
Mutual labels:  vr
binocle-unity
Binocle is a simple 2D code-based framework for Unity
Stars: ✭ 23 (-89.59%)
Mutual labels:  2d
TransformUtils.jl
Lie groups and algebra with some quaternions
Stars: ✭ 18 (-91.86%)
Mutual labels:  2d
aframe-react
React library for A-frame
Stars: ✭ 58 (-73.76%)
Mutual labels:  vr
calcite-maps-styler-template
An ArcGIS configurable application for creating, styling and sharing modern 2D and 3D map apps. Built with ArcGIS for Javascript API v4, Calcite Maps and Bootstrap.
Stars: ✭ 29 (-86.88%)
Mutual labels:  2d
Sight
A spatial search μlibrary powered by GameplayKit 👾
Stars: ✭ 27 (-87.78%)
Mutual labels:  2d
BeatSaberSongBrowser
BeatSaber plugin, adds much needed functionality to the song selection interface.
Stars: ✭ 166 (-24.89%)
Mutual labels:  vr

Unity Game Template

Game Template is all necessary stuff taken care for Unity users not to worry about creating most boring and tedious work. I'd be happy for any contribution to make this template as good as it can be.
Mainly includes usedfull custom windows, extensions methods, popular assets and basic UI

Main Features:

  • Full main menu with 6 screens (2 splash screens, language selection on first launch, main menu, settings popup, credits popup, how to play popup)
  • Settings menu with implemented video, audio, controls and language settigns tab. Also includes gameplay tab for your needs
  • Gamepad and mouse navigation for UI
  • Polished editor UI for more comfortable work (custom toolbar, history window, better project and hierarchy window, etc...)
  • Integrated Polyglot for localization with all supported steam languages and google translate for strings that wasn't translated (better than nothing, isn't it?)
  • Screen Shooter to do screenshots of game with different resolutions and languages in 1 click
  • Build window to run multiple builds, archivate them and push it to itch.io and github
  • Changelog window to keep your changelog in editor and auto-include it in your game folder
  • Debug canvas with FPS, RAM, report bug window and console
  • Subsystems with already implemented features. Tooltips, sprite animators, 2D UI arrows, chears and debug, floating text, resources...
  • Managers for audio, inputs, events and scene loading
  • Many extensions methods for default Unity classes to do things with 1 line. For example, change color, alpha, set only 1 dimension to vector...
  • A bunch of utility classes that do simple but needed things. For example, spawning random prefab, drop something on destroy, look at camera, tween UI, keep zero rotation...

Links:

List of all used assets.
Check out wiki for additional information and full list of features and scripts Future plans and WIP can be found in Projects tab

Screenshots:

Screenshot1

Installation

New project

  1. Clone this repository via git. DO NOT download it as archive, because it ignore LFS files
  2. Copy this repo to your empty repository
  3. Rename GameTemplate to YOUR_GAME_NAME. It's your Unity project
  4. Checkout wiki/Setting up project checklist for next steps

Importing to old project

It's pretty hard to import this to new project. Because it complete project with setuped ProjectSettings, packages, plugins and folders. But here are what you can do:

  1. Copy Assets/Plugins to your project. Don't move assets, that already in your project
  2. Copy lines Packages/manifest.json to your manifest
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].