Chadori's Forum Posts

  • Hi Ashley.

    With the Chrome's file system API, the save project folder takes the same time as saving a .c3p. But, with the old NWJS's it is instantaneous. This is significantly bad for my projects since they are made up of thousands of objects, it takes at least a minute or two to save every time.

    This has also been an issue with the previous experimental feature, that's why I moved to NWJS Desktop Build in the first place.

    Is it possible we can use NWJS' back? Kindly advise. Thank you.

  • lucid Thank you very much for all your efforts in support and making the runtime more efficient!

    Is it possible you could also add in the ability to turn on or off the collisions and visibility of boxes (Spriter object)? Because, it seems that Spriter is overriding the ability to set the collision and visibility properties of individual parts.

    I need this to show/hide and enable/disable the collision parts of my Spriter object.

    I'm using hybrid mode, self draw for graphics but with the standard spriter parts for collision boxes.

    Thank you!

  • All mobile plugin updates were recently added by the Construct Team and now live in the C3 Build Service.

  • Hello. Check out the GitHub collaboration guide.

  • The new 219.2 release doesn't have the Open project folder anymore.

    I'm guessing we need to update the NWJS version again.

  • Hi lucid, I have a few questions, if that's alright.

    I have a 6 big spriter objects with each its own single instance. Each .scon is 2mb each, and I'm experiencing a huge CPU usage, slow performance in mobile from just running the SCML objects. Does reducing the size of the .scon file, like reducing each animation duration, improve performance? Or perhaps decreasing animation count?

    This is because nearly every tick I'm changing the blending scale (blended animation), and every few seconds in a timer, I change the animation.

    Also, do boxes and points also affect performance significantly like bones? Thanks.

    Any advise? Thank you.

  • Hi,

    Thank you, the new version works now!

    Also, is it alright if I make a pull request for a minor addition.

    I added the condition Compare Second Animation, to allow us to avoid the expression counterpart, therefore avoiding the use of For each, since this improves performance significantly on mobile devices.

    If it's alright, here's the fork: 10-02-2020. Thank you.

  • Yes, that's right! This should really be helpful.

    Looking through the list takes 90% of debugging time, in my case.

  • Yes, it is, click here to download the addon. (9-8-2020)

    You can try other versions if you do get issues. I personally use 7-28-2020, since this is the version that works for me, at the moment.

  • Hi lucid. Thank you for your response.

    It seems from using the plugin only. But, I think I should make a formal bug report instead, if I can, to make it easier on your end.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi lucid, it seems the latest versions returns the error GetWallTime is null, so I'm stuck to using 7-28-2020.

    Any advise what to do? Thanks.

  • Release 10.6 - Feature Patch

    New features in this new release, most notably the new Android in-app rating feature from the Android SDK. The Mobile IronSource Collection's update of all Cordova plugins to support iOS 14, and use the latest IronSource iOS SDK with each of its ad-network mediation's latest iOS SDK. And, the update of the Mobile AppsFlyer to the latest 6.0.30 version to support new features and bug fixes.

    New Features

    1. New features in the Mobile AppsFlyer addon and updated to the latest SDK version.
    2. Entire collection's Cordova plugins have been updated to use the latest IronSource iOS SDK and each of its ad-network mediation's latest iOS SDK. And, the entire collection's support for iOS 14. .
    3. Update to support the new Android in-app-rating. Like some other addons, it has support for the Construct 2 Editor, Construct 3 Editor and Construct 3 Editor with c3runtime.

    Android In-App Rating

    We now have support for the new Android In-App Rating feature, through the Mobile Review addon.

    There are also other changes in the collection, including bug fixes, code improvements and documentation revisions.

  • Ah, I see. I think I got it.

    I have to SetInstance() the actual object rather than the family in which the object belongs to.

    Thank you.

  • I meant family instances.

    It seems to be that sub-classing a family instance results in undefined when calling its sub-class methods.

    However, non-family instances can have their sub-class methods called.

    I asked so that I can know if there are any special cases for Families.

  • Is there documentation for instance sub-classing, for family objects?

    Thank you.