webgl build errors
unitycoder opened this issue · 2 comments
unitycoder commented
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?)
unitycoder commented
fix: delete "PointCloudViewerAssembly.asmdef" from the Assets\PointCloudTools\ folder.
(its not needed, used for test unity framework)
unitycoder commented
out now, in v2.60