hey guys
very sorry if this is wrong place to post but i am desperate for help.
i am using ink painter asset for my project and its perfect for what i need with some adjustments.
but i am very stuck.
is there any possible way/ideas to get this mouse painter into the game window?
its all i need to be done to finish my project!
any help would be VERY much appreciated!!!
once again sorry if this is wrong place to post guys.
-alex
1st: I have no idea what your script is, what it does, and what its code is.
2nd: What do you mean by “is there any possible way/ideas to get this mouse painter into the game window?”
If you want help, you need to put in the effort to describe your issue well enough so other people can understand what’s going on.
and i basically need to have the mouse painter (picture above) (with the colour bar, brush size etc)
into the actual game window. so i need a colour picker in the game window because to change colour and brush size and stuff i can only do it in the inspector.
something like this.
been using blender for yearsonly just got into unity so only know basic scripting so just not to sure how to go about it. if anyone can help me out i can pay for your time for sure!
Open ColorSelector.cs and replace its code with the code I PM’d you. I’m not sure if I can post a free asset’s code on the forums.
Put the _ColorSelector prefab in your scene.
Change its box collider to 0.5, 0.5, 0.01.
Drag on your camera with the MousePainter script onto the PainterScript slot.