changing the color using custom code in the Station Percent function succeeded.
However, there are two things left.
1. I want to change the color by linking other models so that the station percentage can be checked with the eyes. As shown in the picture below, when the item changes to red at the station, I want to change the rock model next to it to red. (The rock model is an example, and if there is anything that is easy to change color, please recommend it.)
2. Along with the station color change code, the number was selected for the item type.
ex) item.Type = 1;
I want to count by item type on the dashboard. (I can't find the function)
(Furthermore, it would be nice if there was (1) a way to count directly from the station (2) after passing through a certain point (sync, etc.))