:orphan: 

=========================
Package Structure Changes
=========================

Starting from HOOPS Luminate 2024.5.0, the package structure has changed. 

To migrate from the old structure to the new structure, please update your paths using the following table:

+--------------------------+-----------------------------------+---------------------------+
|                          | Old Structure                     | New Structure             |
+==========================+===================================+===========================+
| **Headers**              | Redsdk.m/Public/                  | include/                  |
+--------------------------+-----------------------------------+----------+----------------+
| **Binaries / Libraries** | BuildImage/<platform>/            | bin/<platform>/           |
+--------------------------+-----------------------------------+---------------------------+
| **Samples Resources**    | BuildImage/Resources/             | bin/<platform>/resources/ |
+--------------------------+-----------------------------------+---------------------------+
| **Material Catalog**     | BuildImage/RedMaterials/Catalog/  | catalog/                  |
+--------------------------+-----------------------------------+---------------------------+

If you have any questions or need any help, please refer to our :doc:`/additional_resources/contact_us` page.