if installed by adding new scope to the Packages/manifest.json
if change both files to include option for read/write enabled - this changes will disappear when rebuild the solution in VS.
Because, it will point to the version "1.0.1" which does not have this readwriteenabled in the code.(in that branch)
Hi,
PlyImporterInspector.cs PlyImporter.cs
[SerializeField] bool _readWriteEnabled = false;
if installed by adding new scope to the Packages/manifest.json if change both files to include option for read/write enabled - this changes will disappear when rebuild the solution in VS.
Because, it will point to the version "1.0.1" which does not have this readwriteenabled in the code.(in that branch)
Thanks Zul