Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Does the generator work on MacOS? For the life of me I cannot figure out how, but I must be missing something obvious. I didn't see anything in the readme or the guide about it at all. 

Edit: I've installed dotnet x64 and given adequate permissions to allow the command file to run. Still does not work.

I have the same problem

(+1)(-1)

IDK, I don't have mac or have any experience with it. I'll pass this along to the programmer thanks

I was able to get the program to run on MacOS (I'm guessing Linux is just as easy). Steps:

xattr -rd com.apple.quarantine Elements\ Character\ Generator.dll
xattr -rd com.apple.quarantine runtimes/osx/native/libAvaloniaNative.dylib
xattr -rd com.apple.quarantine runtimes/osx/native/libHarfBuzzSharp.dylib
xattr -rd com.apple.quarantine runtimes/osx/native/libSkiaSharp.dylib

Then on a command line, you can do

dotnet "Elements Character Generator.dll"