• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Scripts for building gRPC C# package for Unity
2
3Scripts in this directory are of no interest for end users. They are part
4of internal tooling to automate building of the gRPC C# package for Unity.
5
6- `unitypackage_skeleton` - preconfigured `.meta` files for the unity package
7  layout. The actual assemblies and native libraries will be added into
8  this hierarchy while building the package.
9  Note: The `.meta` file were created by the Unity IDE by manually adding the assemblies/native libraries
10  to a Unity project and configuring their target plaform/architecture in the UI (these setting get recorded in
11  `.meta` files). The `.meta` format is not very well documented and there seems to be no easy way to generate them
12  automatically.
13