Hi guys I’m pretty new to coding (blueprints) and I’m trying to make a game where the main character is semi blind and has to navigate through your surroundings by hitting stuff with a cane which will make the object appear, I thought about making the whole game black and making the objects changing colour to pull this off however I don’t know how I would code this, If anyone knows how to code this or has a better idea on how I could pull this off it would be greatly appreciated, thanks
you mean:
touch obj → change obj color → keep color for ever???
Are these objects simple meshes or BPs or both?
Is the same color for all objects? Is it a single color?
Since it’s dark, has the color or material emissive properties?
After you have your hit logic connect directly after it “Set Material” node on the object you are hitting to change the color/material to whatever you want…