K.Wagrez Posted June 17, 2025 Posted June 17, 2025 (edited) Hello, I am looking for a way to efficiently profile the Unigine scripts I have in my project. I wanted to know if it was possible to do something similar with C++/C# code and bind Unigine Scripts with the Microprofiler in any way ? I have a lot of scripts doing application logic all over the place, each frame, and I need to understand the ones doing too much stuff. Potentially for a conversion process that will take them to the C++ realm. I know that Unigine Script is deprecated, but I'm working on a large legacy codebase, and I have not yet found a way to make a timemachine to stop my predecessors from making application logic with this language. We will clearly one day go full C++, but it takes money and time. (PS: We are using Unigine 2.18) Thanks in advance ! Edit: I found actually what I was looking for in engine.profiler Functions - Documentation - Unigine Developer, I don't know how I missed it the first time, I thought it was C++ only. Edited June 30, 2025 by K.Wagrez
bmyagkov Posted June 18, 2025 Posted June 18, 2025 Hello! 16 hours ago, K.Wagrez said: Edit: I found actually what I was looking for in engine.profiler Functions - Documentation - Unigine Developer, I don't know how I missed it the first time, I thought it was C++ only. Nice catch! :) Please let us know if you need any further assistance with it. Thanks! 1
Recommended Posts