I am working on custom post processing on asset after download a project.
During the post processing, one question came out. which is a quite simple one.
Each asset has its own id which consist of 9 digits and I just wonder the id is unique across all the playcanva project globally.
Yes, it is. It is not recommended to use that id for your game logic, though. The id will change if you clone the project, for example.
1 Like
The 9-digit asset ID in PlayCanvas is unique within each project, but not globally across all projects. So if you’re doing post-processing across multiple projects, just be careful not to assume the IDs are globally unique.