You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Base Commit
* Updated Documentation with explicit limitations.
* Fixed incorrect Merge
* Add regression Test
* Removed Test as It can't handle Exceptions thrown in Custom Importers
* Fixed value divider
Co-authored-by: Thomas ICHÉ <[email protected]>
Copy file name to clipboardExpand all lines: com.unity.visualeffectgraph/Documentation~/PointCaches.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ Point cache Assets follow the Open Source [Point Cache](https://github.com/peewe
14
14
15
15

16
16
17
+
### Limitations and Caveats
18
+
19
+
Currently, only the `float` and `uchar` property types are supported by the Importer. Any property of other types will return an error.
20
+
17
21
## Point Cache Operator
18
22
19
23
Point cache Assets can be referenced in a Point Cache Operator so it displays its point count and the list of Attribute Maps contained in the Point Cache Asset. The Number and the Name of the Outputs will dynamically change depending on the Asset set in the settings field.
0 commit comments