ItemRegistryAssetProcessor
When a file in your project is imported, deleted or moved, we need to check if it was an Item_SO, and properly reflect the changes into the ItemRegistry.
ItemRegistryAssetProcessor listens to Asset Imports & Deletes, decides whether the processed files were Item_SO and updates the ItemRegistry to ensure it is populated by every Item_SO in your Project. This is very important to ensure Item_SOs can be loaded accordingly based on their saved names.
Take into account Item_SO cannot be saved directly, and the only way to save it is by serializing their name ( String )
Last updated