Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.19 KB

License: MIT

Features

  • Extract Boundary

Dependencies


Notes

  • 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.
  • 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".