Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ezrashare21dev

11
Posts
6
Followers
6
Following
A member registered Jan 03, 2021 · View creator page →

Creator of

Recent community posts

this is really just a small project that i might work on i bit in the future, but don't expect much from it. :)

i'm on a mac :/

now i'm working on moving the game to unity. it's a very painful process as i have to convert all the .svg files to .png and also export the sounds and everything else about the game and theeeen i have to remake the game in unity

becuse i kinda broke my password-

nope

it dosn't reset

how to reset data

i made a script that unblocks unity apps on macs

if [ -d "$1" ]; then

file=$( ls $1/Contents/MacOS )

chmod +x "$1/Contents/MacOS/${file[0]}"

xattr -r -d com.apple.quarantine $1

elif [ "$1" = "about" ]; then

echo "a lazy tool made for unblocking unity apps on Macs."

echo "made by ezrashare21"

elif [ ! -d "$1" ]; then

echo "could not find file"

else

echo "error"

fi

ok :D

um-

i'm a mac user. can you have mac builds on your pages?