IllusionMods / IllusionModdingAPI

Modding API for games made by Illusion (PHAPI / KKAPI / ECAPI / AIAPI / HS2API / KKSAPI)
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
255 stars 44 forks source link

Port MakerTextbox to AIalike #39

Closed OrangeSpork closed 3 years ago

OrangeSpork commented 3 years ago

Umm, I think this thingamajig fell off...

Copied over from the KK variant with the following changes:

Prototype location (still first slider on the face tab) TMP_InputField -> UnityEngine.InputField (some minor capability differences) TextMeshProUGui -> UnityEngine.Text Destroy the CustomSliderSet component to keep SliderUnlocker from getting confused.

Otherwise the same.