Skip to content

RIDE Prefabs

fastict edited this page Sep 26, 2024 · 1 revision

Purpose

Prefabs can be easily dragged and dropped into the scene, streamlining the setup process.

Organization

Following prefabs must be place in the scene:

  • RideSystemsCore: This prefab serves as the base object to connect RIDE with Unity.
    • Package - RIDE Core
  • RideSystemsVh: This prefab contains the essential components responsible for VH functionalities.
    • Package - RIDE VH

Approach

Prefabs are included in the packages to help developers quickly set up their scenes for VH development without needing to manually search for essential components or link references.

Limitations

The packages are in the early stages of development, and their contents are continuously updated. Updating individual packages may result in dependency errors. Additionally, modifying and distributing package content is restricted and requires proper authorization.

Known Issues

Some essential scripts may not be included in the packages and must be manually added to the project