leon.dong Posted August 18, 2025 Posted August 18, 2025 Hi guys , I have a Unigine plugin written in Unigine2.7.1 , it works before. When I try to run it under Unigine2.20 demo , it failed to load . I see there is a plugin path under bin folder , but also failed to load if I put my plugin dlls under data/plugins/Unigine/MyPlugin May I ask what is the plugin standard for now ? Thanks.
silent Posted August 18, 2025 Posted August 18, 2025 Hello! New plugins requirements are described in the following documentation article: https://developer.unigine.com/en/docs/2.20/code/cpp/plugin How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
leon.dong Posted August 18, 2025 Author Posted August 18, 2025 That really solved problem . Thanks silent .
leon.dong Posted August 20, 2025 Author Posted August 20, 2025 Another question , what's the equivalent method in 2.20 to below code? bool ret=Unigine::Import::get()->import(modelName, savePath, filepath_node);
silent Posted August 20, 2025 Posted August 20, 2025 Now it's doImport() instead of import(). How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts