|
1 | 1 | *** PointCloud Viewer & Tools for Unity *** |
2 | 2 |
|
| 3 | +v3.00 |
| 4 | + |
| 5 | +- Note: This is paid upgrade! |
| 6 | + |
| 7 | +- Feature: URP Support with Custom Renderer Feature (CustomPass with RenderGraph support for Unity6000+) |
| 8 | +- Feature: HDRP Support with Custom Renderer Feature |
| 9 | + |
| 10 | +- Added: V3 Viewer, useURPCustomPass bool to BinaryViewerDX11.cs (to enable custom pass rendering in URP) |
| 11 | +- Added: V3 Viewer, useHDRPCustomRenderer bool to BinaryViewerDX11.cs (to enable custom renderer rendering in HDRP) |
| 12 | +- Added: Downloadable sample file for V3 mesh tiles rendering scene (packed format) https://files.fm/f/xv784aw9xb |
| 13 | +- Added: Menu item, "Window/PointCloudTools/Convert Sample Materials to URP" to convert sample scene standard materials to URP materials (for those boxes/spheres used in sample scenes, or use unitys own material converter) |
| 14 | +- Added: Menu item, "Window/PointCloudTools/Convert Sample Materials to HDRP" to convert sample scene standard materials to HDRP materials (for those boxes/spheres used in sample scenes, or use unitys own material converter) |
| 15 | + |
| 16 | +- Fixed: Build error (editor script was not in Editor folder) |
| 17 | + |
| 18 | +- Changed: PointCloudViewer folders now contain AssemblyDefinitions (it is only way to detect URP and HDRP in CustomPass scripts) |
| 19 | +- Changed: All namespaces have been renamed! (unity doesnt allow "unitylibrary.." or "unitycoder.." in namespaces) |
| 20 | + |
| 21 | +- Bonus: You get 50% discount on this external tool https://las2gltf.kelobyte.fi/ (Converts LAS/LAZ files into GLB/GLTF format, so you can view GLTF points clouds without point cloud plugin in Unity!) |
| 22 | + |
| 23 | +Latest updates/issues: |
| 24 | +- https://github.com/unitycoder/UnityPointCloudViewer/issues |
| 25 | + |
| 26 | +*-----------------------------------------------------------------------* |
| 27 | + |
| 28 | +*** PointCloud Viewer & Tools for Unity *** |
| 29 | + |
3 | 30 | v2.95 |
4 | 31 |
|
5 | 32 | - Note: Upgraded project to Unity 2021.3.19f1 |
|