MeshSync
MeshSync copied to clipboard
error CS0117: 'SelectMode' does not contain a definition for 'Object'
Library\PackageCache\com.unity.meshsync\Editor\Scripts\MeshSyncServerProBuilderHelper.cs(61,100): error CS0117: 'SelectMode' does not contain a definition for 'Object'
Meshsync is installed with the Asset https://assetstore.unity.com/packages/p/mikonote-anime-toolbox-sample-237176 use Unity Editor 6 b11
Same problem, investigated and it is because of the removal of that enum value from ProBuilderEnum.cs as a part of removing the toolbar according to the commit
Probably can be fixed just by using something other than "object"
Workaround I uninstalled probuilder which I dont even use