unitycoder/UnityPointCloudViewer

webgl build errors

unitycoder opened this issue · 2 comments

interesting that those files are inside editor folder, but still cause errors:

Assets\PointCloudTools\Editor\Tools\RandomCloudGenerator.cs(13,41): error CS0246: The type or namespace name 'EditorWindow' could not be found (are you missing a using directive or an assembly reference?)

Assets\PointCloudTools\Editor\Tools\RandomCloudGenerator.cs(27,10): error CS0246: The type or namespace name 'MenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?)

fix: delete "PointCloudViewerAssembly.asmdef" from the Assets\PointCloudTools\ folder.
(its not needed, used for test unity framework)

out now, in v2.60