Skip to content

Commit

Permalink
docs: add known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Jan 7, 2024
1 parent bdad406 commit 817b915
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ As an illustrative example, we present the triangulation of Lake Superior with v
- [PCA transformation](#pca-transformation)
- [Benchmark](#benchmark)
- [Dependencies](#dependencies)
- [Known Issues](#known-issues)
- [Roadmap v3.0](#roadmap-v30)
- [Bibliography](#bibliography)

Expand Down Expand Up @@ -450,6 +451,16 @@ Furthermore, we present a performance comparison (with Burst enabled) between `v
- [`Unity.Burst`][burst]
- [`Unity.Collections`][collections]

## Known Issues

- In the Unity Editor, you may encounter the following log message:

```plaintext
Leak Detected : Persistent allocates 257 individual allocations. To find out more please enable 'Jobs/LeakDetection/Full StackTraces' and reproduce the leak again.
```

Not to worry, this issue is likely related to an internal bug in the `Unity.Collections` or `Unity.Burst` package (related to `NativeQueue<>` allocation).

## Roadmap v3.0

- [X] ~~Adapt Delaunay triangluation to `halfedges` approach.~~
Expand Down

0 comments on commit 817b915

Please sign in to comment.