Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Fidel Soto

6
Posts
1
Topics
5
Followers
A member registered Jun 13, 2018 · View creator page →

Creator of

Recent community posts

Yea definitely, it is a mobile game. I don't know where the original originated from but it went viral and everyone copied it. I actually made this as a test to get hired for a job. I don't play these kind of games either but I understand how some people would like it.

That's very strange. Can you provide more details? Is there an error message? Or maybe a screenshot?

(2 edits)

Is this happening on PC or mobile?

Edit: I disabled mobile support for now.

(1 edit)

I came here looking for this.

Simplifying my question:

Are these highlighted Unity options supported on itch.io? (currently using Unity 2019.3 but can switch if necessary)


(1 edit)

Found the error. 

It should be ScreenCapture.CaptureScreenshot(filename);

not ScreenCapture.CaptureScreenshot(screenshotPath);

because "On mobile platforms the filename is appended to the persistent data path."

https://docs.unity3d.com/2017.1/Documentation/ScriptReference/ScreenCapture.Capt...

(3 edits)

Everything works fine on the editor but when compiled to an android device the form doesn't open. I could've sworn it opened before. Now it seems like it can't create a screenshot. Any tips?