So, I have this Character Creator. I want to make the object change color when I click on a button in the HUD. This works like a charm when I make it all in a new project, but although the settings are almost exactly the same in my game, it somehow doesn’t work. The material color changes in the properties panel, but not on-screen (neither in the 3D view nor in-game).
Does anybody know what could be the problem?
I also have three more questions:
-
Is there any other possibility to change the color in-game?
-
Is there any possibility to make a “color slider” in the HUD?
-
If I have 3 different body types for a character, for example, what would be the best way to switch between them in-game? Right now, I’m using the replace mesh actuator. But because it also changes the material (Which is actually good, just not for this), I’d have to make the color change action/actuator for every body type. If you know any solution, please tell me.
PS: I have no experience with Python, so if I need a script, I’d need help…
Thanks in advance. I’m probably asking simple and silly questions, but I haven’t found anything on that topic. ^^