Grimmy's Forum Posts

  • Anyone Know the shortcut keys for:

    Preview Layout

    Preview Project

    Remote Preview

    Debug Layout

    ?

    Thanks

  • Can I bump this for answer. Anyone know? Cheers

  • I've been using Unity since day one and I'm currently on the fence as to which system to currently use between C3 and Unity in my next project. I used MMF2 fusion for my last project which was great, but suffers heavily in performance against the new C3 runtime.

    Unity can do everything, but it's big and clunky these days and I seem to spend more time compiling, upgrading the editor or trying to find stuff(data, assets, settings..) within the complex UI rather than doing any actual game development. When things break its a case of deleting library folders and waiting 30 minutes each time to reload everything..This really ruins the flow. I was running Unity 2019 yesterday and it crashed on me about 5 times during the day.

    C3 doesn't do any 3D (Big shame :() and has some small weaknesses against Unity 3D (no Spine support, fonts etc) but it seems super fast to develop and it runs super fast too, export sizes are something like 10-20 times smaller than Unity too.

    ALso My Unity test Project is around 1 Gig (once I've added all the plugins etc) whereas my C3 test project with practically the same results is a couple of meg. It never crashed on me.

    I only wish C3 did just a tiny bit of 3d. I'm still not sure if the C3 runtime fully supports skeletal animation though (Spriter/Spine)

  • Well, I've used it a couple of months back. You can't animate anything skeletal so the only way to animate a character for example seems to be to switch between models each frame. Of course most of the games made with it seem to be just abstract hyper casula so if balls and cubes is your thing then it seems great.

    Also, I literally ran it for just an hour or so and it crashed a lot. Maybe they've fixed some things since then.

  • Hi, does anyone know if the Spriter plugin actually supports the construct 3 runtime yet or do I still need to set the runtime to the old (slower) COnstruct 2 runtime still?

    Thanks

    Simon

  • Sure its here: https://www.dropbox.com/s/k0edvgvqqa8qwed/C3Menus.c3p?dl=0

    Click the bottom right button to call the popup. You will see the lag on the popup buttons.

    On e_menus event sheet (line 12) you can see that Im positioning the button text every frame at the same position as the button sprite (buttpon_generic)

  • Well I tried the sub folder re-arrangement idea but that had no effect for me. My objects still have the lag :(

    Unfortunately to pin each object based on offsets from the root object would be ridiculously time consuming just to get around this 'engine' bug, so really that's not an option.

  • So it's based on the order they are added to the project? In my project I added the button text (which is lagging) to the project way after I added the initial sprite (button base) so not sure this is correct. If however this is the case, is there a way to re-order how they were added without having to delete and reimport.

    Btw..surely this is quite a major c3 bug that should be fixed right?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, when positioning an object at another object's position every frame (or pinning) everything is working great but if I want to pin that object to an already pinned object (double pin?) the second object will alway lag behind the movement which look bad.

    This is a real pain and it means (to get around this) that for UI elements I am force to illogically organize everything into just a two layered structure and position everything in code at relative offsets. Of course once you introduce different aspect ratios into the mix chaos ensues.

    If the pin behaviour just worked how it should everything would be SO much easier.

    Is there a fix on the horizon for this?

  • I need the game to remember the system time at which you were last playing the game. There are plenty of 'idle' games that do this. I can't expect the player to press an exit button either. Likely they will just close the app with the device buttons or it just suspends.

    Maybe that's the answer..can I detect device button and not quit until it's saved??

    So far though the only way I can think to do it is saving the time every second of so unless there is another way I missed?

    On application end would be perfect of course..

  • I'm using local storage to save but when I do On End Of Layout> Set Item... the data does not get saved. Is this supposed to be possible or should I just keep saving every second? But that seems a bit overkill(?)

  • Apologies, you are correct. I was using CSS Buttons with the pinning. When I switch to just sprites everything works fine. I must remember never to use any of the CSS stuff if it moves. Cheers

  • I'm trying out some pinning and moving but no matter what I try the pinned objects always seem to lag behind the 'parent' object. ANything I should be doing different? I also tried adding everything to a timeline and keyframing them all with the same movement but there is still the lag. It's passable, but doesnt look professional.

  • Doh, I see it now thanks. Plugin is great but it's really missing a horizontal colour gradient feature :(

  • Call me crazy, but where is the actual link to download this? Thanks