Shubi's Forum Posts

  • Bump!

  • Thanks.

  • Hi everyone,

    I want to make a pseudo Sphere (Globe) that i can rotate and select a country on it. How can i accomplish this with C3?

  • Hi everyone...

    I want to make a coloring book for my next game, is there a way to detect edges in a sprite and color the area inside it like this...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • OK... Is there a work around for this as it affects performance. I mean whats the point of having put to sleep feature if it doesn't work on static objects...

  • Hi everyone...

    Here is a test file...

    https://drive.google.com/file/d/1DcLLEHO331Gtz4JIB6qUK3Kwa2pCsqR4/view?usp=sharing

    How come a physics object go to sleep when naturally comes to rest but not if is set to immmovable?

    In example file you can see the base object and block sitting on it goes to sleep but not the same block suspended in air.(Use Debug)

  • If users are complaining about crashes, normally I would expect that to be an "app closed unexpectedly" type of crash

    Yes they complained about the "app closed unexpectedly" crash.

    the Play Store dashboard should have reports about any crashes that happened in your app with more details about them.

    Currently playstore shows that there were crashes

    But there are no reports to download (may be because it says that it "collects data from Android devices whose users have opted in to automatically share usage and diagnostics data")

    I will share here if i get any reports.

    Meanwhile thank you both for sharing info.

  • Thanks for replying and the info...

    I found this in forums... https://www.construct.net/en/forum/construct-3/general-discussion-7/debug-apk-135635

    can i track down the crash error at start of the app?

  • Bump!

    How do we check the cause of crashes and fix them?

    I couldn't find anything helpful about this in forums, that's why i asked....Isn't this really important to find the reason and fix it?

  • Bump!

    Does anyone knows what should be our ultimately game screen size according to the google guidelines given above>?

    Any info regarding this would be helpful.

    Please share.

  • hey everyone,

    1. Does anyone knows what designing with DP means?
    2. i was looking into material design provided by google and i found this...
      It says, dp = (width in pixels * 160) / screen density and we know Screen density = Screen width in pixels / Screen width in inches So it means DP = Screen width in inches*160
    3. Does it mean that for 1.5inch width phones we need just 240x480 size window?
  • Estimated Image Memory is just 50 mb.

  • Hi everyone,

    I have a few games on google play,and the weird thing is they work on some mobiles and crash on some...

    Many people complained me about the crashes,so how do i get rid of crashes? Is it the engines problem or mine?

    Note : pls dont tell that its memory issue and phone limitation, bcoz the same phones can run angry bird, temple run, subway surfers etc flawlessly and i can see that those games uses much more graphics than my simple game.

    Even if it is actually a memory issue,i wonder how come other games cope up with it and not the games with c3?

    Tagged:

  • You could load it in to a Binary Data object, and then save that with Local Storage.

    I know i can do that but i want to save(download) it on my phone as an image so that user can access it on his/her mobile without opening the game itself.

    Its a really basic feature to be able to download an image or file, it can be done with browser plugin for desktop please provide the same for mobiles.

  • Thanks for the info! I will keep that in mind!