Suffix Adder

Info

  • My first scritp. It helps categorize all the assets in the scene to better organise them when importing. It can help when looking for an asset later in a game engine.

The code

Based on a provided list at the top of the code, it adds a given suffix. This makes it easy to add more suffix for more assets later. If an asset is not referenced at the top of the code, the default suffix will be "grp".
You can find the source code on my GitHub imagehere