Skip to content

Commit 9db45f3

Browse files
authored
Update release-notes.txt
1 parent e780c29 commit 9db45f3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

ReleaseNotes/release-notes.txt

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
*** PointCloud Viewer & Tools for Unity ***
22

3+
v2.40
4+
5+
- Info: URP/HDRP can be used, since they automatically call OnRenderObject() *Note: CommandBuffer-rendering option is not supported yet
6+
- Info: Standalone PointCloud converter is now open source: https://github.com/unitycoder/PointCloudConverter (commandline and initial GUI)
7+
- Info: For WebGL builds, use mesh converter with PointCloudAndroidSizeColorMesh material (see scene_mobile_heavy01.scene)
8+
9+
- Feature: (V3) Initial point picking (measuring) system (see example scene: PointCloud-Measuring-V3.scene)
10+
- Feature: Added PCache Export option in PointCloud2Binary converter (pcache files can be used with unity VFX)
11+
- Feature: (V3) Allow 0 for gpuUploadSteps (skips waiting for frame in tile initialization to load more tiles faster, can cause lags in large tiles)
12+
- Feature: Added .ucpc (v2) runtime exporter and example scene (PointCloud-ModfiyAndSave-V2.scene)
13+
14+
- Added: Show human friendly total point counts in V3 viewer (1000 = 1k, 1000000 = 1m, ..)
15+
- Added: V2 and V3 Lite Shaders (draws Triangles instead of Quads)
16+
- Added: PointCloudViewerDX11 option to enable CommandBuffer rendering into scene camera (otherwise cloud is not visible in scene view)
17+
- Added: Allow converting .PTS intensity color files to V3 format
18+
- Added: Mac Metal material and shaders for v2 and v3 (at Materials/Metal/)
19+
20+
- Fixed: PointCloudManager check for viewer null references in Awake()
21+
- Fixed: MeshConverter Catia .ASC parsing issue
22+
- Fixed: Comma vs Dot issues in converters (due to Unity 2019.x changed the system) https://github.com/unitycoder/UnityPointCloudViewer/issues/69
23+
- Fixed: 2018.4 and later: duplicated prefab issue https://github.com/unitycoder/UnityPointCloudViewer/issues/72
24+
- Fixed: Handle .PLY with Density values (skip those rows) https://github.com/unitycoder/UnityPointCloudViewer/issues/76
25+
- Fixed: Removed WebGL errors https://github.com/unitycoder/UnityPointCloudViewer/issues/83
26+
- Fixed: Disable lighmap static flags for converted meshes 2019.x (to avoid console warning spam)
27+
28+
- Changed: Some materials and shaders cleanup and rearranged folders
29+
30+
Latest updates/issues:
31+
- https://github.com/unitycoder/UnityPointCloudViewer/issues
32+
33+
*-----------------------------------------------------------------------*
34+
35+
*** PointCloud Viewer & Tools for Unity ***
36+
337
v2.30
438

539
- Feature: (V3) Load Tiles On Demand (previously all tiles were loaded into memory, now it only loads them when they become visible, and with needed amount of points, then reloaded if need more points)

0 commit comments

Comments
 (0)