We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are two ways of referencing Myra in the project:
Through nuget: https://www.nuget.org/packages/myra (works only for MonoGame)
As submodule(works for all supported platforms):
a. git submodule add https://github.com/rds1983/Myra.git
git submodule add https://github.com/rds1983/Myra.git
b. git submodule update --init --recursive
git submodule update --init --recursive
c. Copy SolutionDefines.targets from Myra/build/MonoGame(or Myra/build/FNA) to your solution folder.
d. Add Myra/src/Myra/Myra.csproj to the solution.