Andy Baker
Andy Baker
...whereas your project is one level deeper. Hence Library, obj and .vs directories have been included in the repo. I'd suggest either moving the project up one level or modifying...
I noticed you're using quantizing/hashing to determine when to weld nearly coincident vertices in the Combine method. Am I right in thinking that this would incorrectly overlook vertices that were...
"com.codesmile.core": "0.1.0", I am guessing this is a local package in your dev project? (Personally I'd recommend the main branch be a full Unity project containing any local dependecies and...
It would reduce the number of confused emails I get from clients if parts of the UI were hidden or disabled when they weren't relevant. About the only element that...
https://github.com/github/gitignore/blob/master/Unity.gitignore You probably don't want the .sln stuff, the logs or obj directories in the repo. Usually it's best to just have Assets, Packages and ProjectSettings and exclude everything else.
Windows 10. Seems odd that it doesn't show as a camera in most apps. What is Zoom doing differently to other software? Also - VLC seems to work too but...
LAS is the only format mentioned but what else is accepted?
Hi, What's your expectation with regard to usage in non-GPL projects? How would the following be handled? 1. Usage in a build that is given away freely and the source...
The javascript renderer for the chart object's options breaks when field names contain single quotes. I had a look at the code and found it slightly confusing - especially this...