It has an error like missing Plugins, how to download it ? #7
Answered
by
ToolTech
Cucurbit1988
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ToolTech
Mar 30, 2022
Replies: 1 comment 1 reply
-
First you need to install the libs from nuget.org You open the dev studio solution in InstallPackages/InstallPackages.sln Select a build platform like x64 or ARM64 depending on what subsystem you target. Right now only android ARM and ARM64 as well as Windows x64 are supported for this demo. You select a debug or release configuration and then you just build the solution. This shall put the latest libs under Assets |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ToolTech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First you need to install the libs from nuget.org
You open the dev studio solution in InstallPackages/InstallPackages.sln
Select a build platform like x64 or ARM64 depending on what subsystem you target. Right now only android ARM and ARM64 as well as Windows x64 are supported for this demo.
You select a debug or release configuration and then you just build the solution. This shall put the latest libs under Assets