MeshSync icon indicating copy to clipboard operation
MeshSync copied to clipboard

error CS0117: 'SelectMode' does not contain a definition for 'Object'

Open ImanCol opened this issue 1 year ago • 2 comments

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 image

ImanCol avatar Apr 14 '24 16:04 ImanCol

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"

brandonpollack23 avatar Jun 02 '24 01:06 brandonpollack23

Workaround I uninstalled probuilder which I dont even use

brandonpollack23 avatar Jun 02 '24 01:06 brandonpollack23