carlostaranco Posted March 2, 2021 Posted March 2, 2021 Hello, I wanted to know if there is any documentation on UnigineScript that may be useful for the initiation of new users, thank you very much.
rohit.gonsalves Posted March 2, 2021 Posted March 2, 2021 Dear @carlostaranco, I found the documentation of Unigine script here https://developer.unigine.com/en/docs/2.13/code/uniginescript/?rlang=cpp After this in the documentation webpage, if you search API section then every class mentioned in the API section has three tabs, C++, C# and UnigineScript at top Right. And all of the discussion above there is one good warning everywhere. Quote The scope of applications for UnigineScript is limited to implementing materials-related logic (material expressions, scriptable materials, brush materials). Do not use UnigineScript as a language for application logic, please consider C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt (beyond its scope of applications) is not guaranteed, as the current level of support assumes only fixing critical issues. So Why do you want to use it than C++ or C#? Regards, Rohit 1
Recommended Posts