- Extract Boundary
- Use NuGetForUnity to quickly install NuGet packages in Unity
- To install OsmSharp add
<package id="OsmSharp" version="6.2.0" />
in Assets/packages.config. - To install protobuf-net add
<package id="protobuf-net" version="2.3.7" />
in Assets/packages.config. - To install ProjNet add
<package id="ProjNet" version="2.0.0" />
in Assets/packages.config.
- To install OsmSharp add
- If there are conflicts with "System.Runtime.CompilerServices.Unsafe.dll" from Unity Collections package, copy the later from ".../Library/PackageCache" to "Packages" and delete "System.Runtime.CompilerServices.Unsafe.dll".