Ok, desperately trying to save polybrush data to prefab. I have tried many combinations of this but here is one
- Create a prefab from an fbx file.
- Place prefab instance in world
- Paint UV colors with polybrush (directly on Prefab view, or onto the GameObject instance) new Z_additional_vertex_Streams with reference to some mystery data (where in the world is that data saved ?) are created.
- Use Tools->Polybrush->Bake Vertex Streams and the new Z_additional_vertex_Streams are removed and it appears that the new uv color vertex data has been applied to the mesh. So far so good.
- Turn Unity off.
- Turn unity back on…
- Cry a little… The Z_additional_vertex_Streams are back again
with none as the reference to the data !!!
and the baked information is gone gone gone… from everywhere. it has not been saved at all.
What needs to happen to make this work?
And no creating new mesh data copies is not an option. We need the data in the actual asset mesh ! …