unitycoder / UnityPointCloudViewer

Point Cloud Viewer and Tools for Unity
https://assetstore.unity.com/packages/tools/utilities/point-cloud-viewer-and-tools-16019?aid=1101lGti
128 stars 15 forks source link

webgl build errors #98

Closed unitycoder closed 3 years ago

unitycoder commented 3 years ago

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 3 years ago

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

unitycoder commented 3 years ago

out now, in v2.60