Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

is there anyway i can give set value to just one parameter instead of calling expression or motion?

I didn't do this feature, I will update it this week or next week.

nice, that would make it lot more easy to work with. :D

I’ve updated to version 1.0.4. You can now manually set parameters by using UltraModelSetParameter(index, parameterName, value, weight);

thank you so much! 🙏

isnt it this?
model.set_param_index() or model.set_param_name()

The old version of the SDK was using Live2D's core DLL, so I exported all the low-level interfaces such as manually setting parameters.

The new version of the SDK was modified based on the official Native Framework, and I only connected some of the wrapped functions provided in the Native Framework — the APIs for setting parameters were not exported before.

ah, will have to take my time learning it when im done with my current project