{"id":13656294,"url":"https://github.com/Innoactive/Creator-Examples","last_synced_at":"2025-04-23T22:30:36.597Z","repository":{"id":51532504,"uuid":"253478953","full_name":"Innoactive/Creator-Examples","owner":"Innoactive","description":"Simple examples showcasing the capabilities of the Innoactive Creator. Uses Unity XR as interaction framework.","archived":false,"fork":false,"pushed_at":"2021-05-11T10:39:40.000Z","size":815,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2024-11-10T09:37:37.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.innoactive.io/","language":"ShaderLab","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Innoactive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-06T11:37:01.000Z","updated_at":"2021-05-11T10:36:52.000Z","dependencies_parsed_at":"2022-08-03T07:30:27.357Z","dependency_job_id":null,"html_url":"https://github.com/Innoactive/Creator-Examples","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innoactive%2FCreator-Examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innoactive%2FCreator-Examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innoactive%2FCreator-Examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Innoactive%2FCreator-Examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Innoactive","download_url":"https://codeload.github.com/Innoactive/Creator-Examples/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250526311,"owners_count":21445159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T05:00:17.684Z","updated_at":"2025-04-23T22:30:36.195Z","avatar_url":"https://github.com/Innoactive.png","language":"ShaderLab","readme":"# Innoactive Creator Examples\n\nThis repository is a showcase for the [Innoactive Creator](https://github.com/Innoactive/Creator) and its components. It includes every supported component, an example of a template, and examples for designers in separate scenes.\n\n## Getting Started\n\nRefer to our [Getting Started](http://developers.innoactive.de/documentation/creator/latest/articles/getting-started/index.html) guide.\n\nAs a developer, you might want to clone this repository and add all required components as submodules instead of importing the Unity package. Given that you have launched Git BASH inside the folder you want to have this Unity project, first clone the repository:\n\n```\ngit clone git@github.com:Innoactive/XR-Creator-Examples.git\n```\n\nand go into the Assets folder of the Unity project.\n\n```\ncd XR-Creator-Examples/Assets\n```\n\n### [Creator Core](https://github.com/Innoactive/Creator)\n\nEvery project in this list depends on the Creator Core. It contains fundamental definitions, generally applicable logic, and the visual editor.\n\n```\ngit submodule add git@github.com:Innoactive/Creator.git Innoactive/Creator/Core\n```\n\n### [Basic Conditions and Behaviors Component](https://github.com/Innoactive/Basic-Conditions-And-Behaviors)\n\nThis component contains simple conditions, and behaviors that involve no interaction with trainees. For example, a condition on a timer, or a behavior that moves its target object. \n\n```\ngit submodule add git@github.com:Innoactive/Basic-Conditions-And-Behaviors.git Innoactive/Creator/Components/Basic-Conditions-And-Behaviors-Component\n```\n\n### [Basic Interaction Component](https://github.com/Innoactive/Basic-Interaction-Component)\n\nThis component is an abstraction layer between the Creator Core and a component that would implement user interactions.\n\n```\ngit submodule add git@github.com:Innoactive/Basic-Interaction-Component.git Innoactive/Creator/Components/Basic-Interaction \n```\n\n### [Unity XR Interaction Component](https://github.com/Innoactive/XR-Interaction-Component)\n\nThis component implements user interactions in VR by using the Unity XR framework. Include the Basic Interaction component along this repository to your project to let designers create training applications for VR.\n\n```\ngit submodule add git@github.com:Innoactive/XR-Interaction-Component.git Innoactive/Creator/Components/XR-Interaction-Component\n```\n\n### [Text-To-Speech Component](https://github.com/Innoactive/TextToSpeech-Component)\n\nThis component uses text-to-speech engines allowing designers to generate audio instructions for trainees.\n\n```\ngit submodule add git@github.com:Innoactive/TextToSpeech-Component.git Innoactive/Creator/Components/TextToSpeech-Component\n```\n\n### [Base Template](https://github.com/Innoactive/Creator-Base-Template)\n\nThis template makes an initial setup of the Creator, and serves both as example and as a starting point for creating new templates. Every VR training application project includes one template.\n\n```\ngit submodule add git@github.com:Innoactive/Creator-Base-Template.git Innoactive/Creator/Base-Template\n```\n\n## Documentation\n\nStart with [this page](http://developers.innoactive.de/documentation/creator/latest/articles/getting-started/index.html) and then proceed with our [developer's guide](http://developers.innoactive.de/documentation/creator/latest/articles/developer/index.html). This way you will get familiar with our tool and will know how to configure and extend it.\n\nAn overview of the example courses provided can be found [here](http://developers.innoactive.de/documentation/creator/v2.0.0/articles/innoactive-creator/examples.html).\n\n## Contributing\n\nSee our [contributor's guide](.github/CONTRIBUTING.md).\n\n## Maintainers\n\nYou can find contacts of current maintainers in the [Maintainers](.github/CONTRIBUTING.md#maintainers) section of our contributing guidelines.\n\n## Community\n\nJoin our [spectrum community](https://spectrum.chat/innoactive-creator?tab=posts)!\n\n## License\n\nThis repository is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full text.\n\n## Acknowledgements\n\nWe have referenced every 3rd party work we use in this repository in the [NOTICE](NOTICE) file.\n\nWe list all contributors to this repository in the [Contributors](.github/CONTRIBUTING.md#contributors) section of our contributing guidelines.\n","funding_links":[],"categories":["Virtual Reality"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInnoactive%2FCreator-Examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInnoactive%2FCreator-Examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInnoactive%2FCreator-Examples/lists"}