Skip to main content

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

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