Skip to content

Commit

Permalink
Add Android and Mac support
Browse files Browse the repository at this point in the history
  • Loading branch information
Razdvizh committed Nov 11, 2024
1 parent dc13382 commit 218991a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions VisualU.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64"
"LinuxArm64",
"Mac",
"Android"
]
},
{
Expand All @@ -33,7 +35,9 @@
"PlatformAllowList": [
"Win64",
"Linux",
"LinuxArm64"
"LinuxArm64",
"Mac",
"Android"
]
}
],
Expand Down

0 comments on commit 218991a

Please sign in to comment.