Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Showcase AR Horror Movie Concept - Student project

Discussion in 'AR' started by Erzangel, Mar 17, 2022.

  1. Erzangel

    Erzangel

    Joined:
    Nov 29, 2021
    Posts:
    1
    Hello everyone,

    With some classmates, we have started designing an AR Horror Movie engine for our student project.
    Here is a link towards the repository for the project.

    Our goal is to build an engine able to play individual AR events from C# classes, which will be played one after another. The AR "movies" will simply be a chain of events played one after another.

    Most of our code is design so that classes can be replaced and changed, in such a way that anybody can attempt to create their own Event classes and thus their own movies.

    We are open to any suggestions and ideas regarding our project and our code!