Amerio.Stephane Posted August 26, 2025 Posted August 26, 2025 Hello, In the 2.20 RamImporter sample, you still use the old dynamic mesh API in multiple places (mesh_skinned, mesh_static). What is the correct usage now? Also, we have a CarTrailDecal code you made for us a while ago, and I'm not sure how to migrate it to the new API. Do you still have this and could you have a look, maybe? Isn't there a equivalent in the cpp samples? Thanks!
cash-metall Posted August 27, 2025 Posted August 27, 2025 Hello! DirectImport: Yes, indeed, the snippet of code from the sample hasn’t been updated in the documentation yet. Here is updated code for this samples DirectMemoryImport.cpp CarTrailDecal: You can start using the WheelTraceDecal component from IG instead of your own. They have very similar settings. Or simply send us your latest version of CarTrailDecal in support, and we’ll help migrate it to the latest API version. 1 1
Recommended Posts