DracoEncode.cs not visible
See original GitHub issueThe static class public static class DracoEncode
or its methods like EncodeMesh
are not accessible.
This is on Unity 202.3.22f1 with Draco 4.0.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Cannot find .cs files for debugging .NET source code
NET code, I am prompted to specify the location of the relevant cs file. The error message is You need to find <filename>.cs...
Read more >Visual Studio can not recognize *.cs file. if it has been ...
Hello, Visual Studio can not recognize *.cs file, if it has been added to .csproj file outside VS. It shows error in error...
Read more >.NET 6 Changes - No more Startup.cs? - YouTube
NET core is evolving! With .NET 6 there is no more startup. cs ! ... in .net 5 and .net 6 and compare...
Read more >Visual Studio 2022 hides *.cs files - Microsoft Q&A
Every time a project is started it creates a Program.cs file. If Visual Studio is closed and then opened again this file is...
Read more >Why is Visual Studio 2019 not able to see the C# files?
When I open Visual Studio 2019 Community Edition, the navigate to one of the projects under "Small Apps 2", I then open the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was able to use the namespace by creating a Assembly Definiton File in my Scripts folder and referencing both Draco and DracoEncoder.
My goal, although this is not possible yet, I presume, is to compress and decompress a LIDAR scanned point cloud to sent over WIFI.