All Projects → createthis → Mesh_maker_vr

createthis / Mesh_maker_vr

Licence: mit
Mesh Maker VR

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Mesh maker vr

Vrtk
*Beta* - An example of how to use the Tilia packages to create great content with VRTK v4.
Stars: ✭ 3,422 (+7180.85%)
Mutual labels:  unity, unity3d, steamvr, vr
Zinnia.unity
A collection of design patterns for solving common problems.
Stars: ✭ 177 (+276.6%)
Mutual labels:  unity3d, steamvr, vr
Nomai Vr
Outer Wilds VR Mod
Stars: ✭ 120 (+155.32%)
Mutual labels:  unity, steamvr, vr
Vrarmik
Unity Inverse Kinematics solution for arms in VR
Stars: ✭ 94 (+100%)
Mutual labels:  unity, unity3d, vr
Virtualmotioncapture
VRゲーム中にモデルをコントロール
Stars: ✭ 423 (+800%)
Mutual labels:  unity, steamvr, vr
Viveinpututility Unity
A toolkit that helps developing/prototyping VR apps.
Stars: ✭ 256 (+444.68%)
Mutual labels:  unity, steamvr, vr
Virtualmotiontracker
Virtual Motion Tracker - バーチャルモーショントラッカー OpenVR OSC Tracker Driver for DIY users
Stars: ✭ 78 (+65.96%)
Mutual labels:  unity, steamvr, vr
Xrtk Core
The Official Mixed Reality Framework for Unity
Stars: ✭ 219 (+365.96%)
Mutual labels:  unity, unity3d, vr
Hsv Color Picker Unity
HSV color picker for Unity UI
Stars: ✭ 355 (+655.32%)
Mutual labels:  unity, unity3d, color-picker
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+1165.96%)
Mutual labels:  unity, unity3d, vr
Unity Core Project
Core Framework for Unity
Stars: ✭ 42 (-10.64%)
Mutual labels:  unity, unity3d
Inputsystem
An efficient and versatile input system for Unity.
Stars: ✭ 1,013 (+2055.32%)
Mutual labels:  unity, vr
Flutter Unity View Widget
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
Stars: ✭ 961 (+1944.68%)
Mutual labels:  unity, unity3d
Unity Signals
Signals for Unity3D
Stars: ✭ 32 (-31.91%)
Mutual labels:  unity, unity3d
Minject
Mono Framework Interaction / Injection Library for .NET (C++/CLI)
Stars: ✭ 42 (-10.64%)
Mutual labels:  unity, unity3d
Minimumaudioplugin
Minimum implementation of a native audio plugin for Unity
Stars: ✭ 33 (-29.79%)
Mutual labels:  unity, unity3d
Bepinex
Unity / XNA game patcher and plugin framework
Stars: ✭ 1,001 (+2029.79%)
Mutual labels:  unity, unity3d
Unity 3mx
Load 3MX/3MXB format LOD model files generated by Bentley ContextCapture into Unity.
Stars: ✭ 38 (-19.15%)
Mutual labels:  unity, unity3d
Packedrgbmshader
32-bit packed color format with RGBM encoding for shader use
Stars: ✭ 39 (-17.02%)
Mutual labels:  unity, unity3d
Animvrunitytoolkit
Bring your AnimVR creations into Unity
Stars: ✭ 31 (-34.04%)
Mutual labels:  unity3d, vr

This is the full source code to Mesh Maker VR.

NOTE: This is the development version of Mesh Maker VR, not the production version. We were in the middle of a massive refactor when we decided to release MMVR as open source, so the code is a lot cleaner than the production code. However, reference images and alignment tools are broken. We were in the middle of re-implementing these as 2.0 versions with additional features. Everything else should work as expected.

Dependencies

This project currently uses Unity 5.6.2f1. Get it here: https://store.unity.com

Unity Asset Store Dependencies:

  • ProBuilder (free version - I'm pretty sure we're not using this, but it may be required by the scene)

  • VR Gimbal Camera (required by the scene, but not really necessary. Feel free to remove it.)

  • SteamVR

  • Simple Color Picker

  • UnityTestTools (necessary to run integration tests)

    Note that UnityTestTools is slightly broken in modern Unity. Fix it by deleting the test that contains ExpectedException. I've included a patch to do this quickly and easily from git bash on windows:

patch -p2 < UnityTestTools.patch
  • The Amazing Wireframe Shader (Note that this takes 30 minutes to compile on a 6700k i7 with 32 gb of ram. I have no idea why. It's a good asset otherwise.)

    Note that I've included a patch to The Amazing Wireframe Shader that adds face normals. To install:

patch -p2 --binary < VacuumShaders_Add_Face_Normals.patch

This project also requires the CreateThis VR UI project. It's available here on github. Just copy over the Assets/CreateThis folder into the Assets directory.

Licensing

The included code is MIT Licensed. However, the integration tests use a Pikachu model with the following license:

Low-Poly Pikachu by FLOWALISTIK is licensed under the Creative Commons - Attribution - Non-Commercial - Share Alike license.

Chat

Slack channel: meshmakervr (Join link)

Patreon

Love this project and want to help it be successful? Support us on Patreon, today: Mesh Maker VR Patreon Page

NOTE: Before this project was open sourced it was making about $348 per month on Steam. If we reach that goal in Patreon pledges development will continue unchanged.

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].