@playcanvas/splat-transform 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,6 +22,14 @@ Install or update to the latest version:
22
22
  npm install -g @playcanvas/splat-transform
23
23
  ```
24
24
 
25
+ > [!IMPORTANT]
26
+ > **Windows Users:** You must have the debug version of the Microsoft Visual C++ runtime installed. This is because splat-transform currently depends on [Dawn](https://dawn.googlesource.com/dawn) which is built against the debug VC runtime. We have logged an [issue](https://issues.chromium.org/issues/443906265) against the Dawn project.
27
+ >
28
+ > In the meantime, to work around this problem, you need to install the debug VC runtime as follows:
29
+ >
30
+ > 1. Install [Visual Studio 2022 Community](https://visualstudio.microsoft.com/vs/community/)
31
+ > 2. In the installer, select "Desktop development with C++"
32
+
25
33
  ## Usage
26
34
 
27
35
  ```bash