Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fki-htw/novocenesamples
Samples from the interactive Mixed Reality experience Novocene.
https://github.com/fki-htw/novocenesamples
meta-quest mixed-reality unity unity-package
Last synced: 10 days ago
JSON representation
Samples from the interactive Mixed Reality experience Novocene.
- Host: GitHub
- URL: https://github.com/fki-htw/novocenesamples
- Owner: FKI-HTW
- License: mit
- Created: 2025-01-26T21:24:00.000Z (15 days ago)
- Default Branch: develop
- Last Pushed: 2025-01-26T21:26:19.000Z (15 days ago)
- Last Synced: 2025-01-26T22:24:52.243Z (15 days ago)
- Topics: meta-quest, mixed-reality, unity, unity-package
- Language: C#
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NovoceneSamples
This repository provides a Unity package, which contains samples from the [Novocene](https://aurora.htw-berlin.de/novocene/) project developed by [AURORA XR School for Artists](https://aurora.htw-berlin.de/) and [Jens Isensee](https://jensisensee.de/). This project is an interactive Mixed Reality experience for the Meta Quest HMDs. The provided samples are open-source and can be imported and used in any other Unity project, which uses a compatible version of the Meta XR SDK and Universal Rendering Pipeline.
## Samples
The following samples are contained within the package and can be imported individually into any project:
- [Ceiling Cutout](https://github.com/FKI-HTW/NovoceneSamples/tree/develop/Assets/NovoceneSamples/Samples~/CeilingCutout):
- Enables Meta Quest passthrough and spawns a cutout in the physical room's ceiling to show the skybox above.
- [Passthrough Flashlight](https://github.com/FKI-HTW/NovoceneSamples/tree/develop/Assets/NovoceneSamples/Samples~/PassthroughFlashlight):
- Shows an example of layering passthrough with different brightness scalings to create a flashlight effect in the passthrough.
- [Scene Anchoring](https://github.com/FKI-HTW/NovoceneSamples/tree/develop/Assets/NovoceneSamples/Samples~/SceneAnchoring):
- Provides scripts for anchoring objects in user-defined position, rotation, and scaling, saving the anchors between sessions and scenes.
- [Underwater Scene](https://github.com/FKI-HTW/NovoceneSamples/tree/develop/Assets/NovoceneSamples/Samples~/UnderwaterScene):
- Contains a rising and lowering water shader in the physical passthrough room with object's buoyancy being physically simulated.While these samples can be used as they are, they are primarily meant to be used as bases for you to implement your own solutions on top.
Each individual sample also provides an additional README file for information on its functionality and usage.## Installation
Download the package through the Window > Package Manager in the Unity Editor with Add package from git URL....
Using the URL https://github.com/FKI-HTW/NovoceneSamples.git#upm for the newest version, or https://github.com/FKI-HTW/NovoceneSamples.git#VERSION_TAG for a specific one. The available version tags can be found in [Tags](https://github.com/FKI-HTW/NovoceneSamples/tags).Once downloaded, the individual samples can be imported in the package manager, in the NovoceneSamples package > Samples. The samples will then be imported into the Assets/Samples folder and can either be used directly or used as a base to add your own implementations on top.