Game Optimization for Buildbox 3 Users - Improve Performance

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 36

  • @trialupload
    @trialupload 4 роки тому +1

    Nice sir, very knowledgeable

  • @VICTORFERREIA1987
    @VICTORFERREIA1987 4 роки тому +2

    Great video. Can you make lessons about Javascript based to use in Buildbox?

  • @trialupload
    @trialupload 4 роки тому +3

    Sir, can you please make tutorial on multiplayer games like PvP, or via local network with buildbox
    Just like mini militia or bombsquad plz

    • @SmartPenguins
      @SmartPenguins  4 роки тому +2

      There is no network support yet in Buildbox.

  • @SparcImagination
    @SparcImagination 4 роки тому

    Awesome videos!! Keep up the great work.. By any chance is there a way to add cutscenes (mp4 video) in buildbox?

    • @SmartPenguins
      @SmartPenguins  4 роки тому +1

      Thanks. There is no support of mp4 video in buildbox at this time.

  • @ashenpramodya4371
    @ashenpramodya4371 4 роки тому

    Thank you thank you so much😊

  • @huethedev6537
    @huethedev6537 4 роки тому

    Awesome vid!

  • @erik_sava
    @erik_sava 4 роки тому +1

    What is the difference between objects and billboards? (5:18) Thank you for the videos are very helpful!

    • @SmartPenguins
      @SmartPenguins  4 роки тому +2

      What I mean by billboard is, in Buildbox using an Animation node instead of 3D Model. Animation node has the option to make it a billboard which will make the animation always face the camera.

  • @abdullahchaudry303
    @abdullahchaudry303 4 роки тому

    thankyou smart penguin it really helped by turning the shadows off are there any other ways to improve the game perfomace?
    ?
    ?

  • @rkrkrkrkrk111
    @rkrkrkrkrk111 4 роки тому

    THANKS TO YOU

  • @opportunitydotbiz6509
    @opportunitydotbiz6509 4 роки тому

    Oh.. You consider my request regarding optimization.. thank you so much.. but one more thing i need to know how about atlases optimization??

    • @SmartPenguins
      @SmartPenguins  4 роки тому

      Yes, the topic is big just covered some of things in this one. What is it that you want to know about atlases optimization?

  • @AlphaApeGaming
    @AlphaApeGaming 4 роки тому

    even after this my game is running slow plz help me

    • @SmartPenguins
      @SmartPenguins  4 роки тому

      Yes BB is known to have lag on Android they mainly focus on iPhone

  • @alinerocha7886
    @alinerocha7886 4 роки тому

    Can you make a video with 1st person game? Like, with scenes and interaction with objects.

  • @muhammadsyakirazmi4138
    @muhammadsyakirazmi4138 4 роки тому

    I have trees baked right into my terrain obj, do you think it would be better optimized if I removed my trees from the terrain obj and add it in Buildbox seperately?

    • @SmartPenguins
      @SmartPenguins  4 роки тому

      I think keeping them in the terrain will be better, but you need to make sure your terrain object is not huge.

  • @Knghtmin
    @Knghtmin 4 роки тому

    Hey I need some help with my project, so at random, all the collision in the game turns off and the character stops collecting points and taking damage, tried the forums and no one helped and am at a loss.

    • @SmartPenguins
      @SmartPenguins  4 роки тому +3

      Find me on Discord discord.gg/9Dgt6h and Send a Direct message with details.

  • @angrylyrics103
    @angrylyrics103 4 роки тому

    Hey where to connect that script node???
    For disabling shadows

    • @SmartPenguins
      @SmartPenguins  4 роки тому

      In any object that is in all scenes, usually the main character.

    • @angrylyrics103
      @angrylyrics103 4 роки тому

      @@SmartPenguins ty

  • @ajayantony7419
    @ajayantony7419 4 роки тому

    how much value should I keep in my delete scene and next scene threshold for proper working of my game???

    • @SmartPenguins
      @SmartPenguins  4 роки тому +1

      It will depend on what zoom you have on camera. But the idea is having a value big enough so you don't see the scene drawn in the game.

  • @alfareverb
    @alfareverb 4 роки тому

    How To swipe jump with fbx.

    • @SmartPenguins
      @SmartPenguins  4 роки тому +1

      Use a 4 Way Swipe node and connect "Up" to fbx play jump animation and Jump node

    • @alfareverb
      @alfareverb 4 роки тому

      @@SmartPenguins i am doing that but fail running animation work when jump, please make tutorial like how to make gamelike subway in buildbox,

  • @dimensionalilusions4520
    @dimensionalilusions4520 4 роки тому

    How to make game settings including upgrade options

    • @SmartPenguins
      @SmartPenguins  4 роки тому +1

      Settings is a JSON object so you can store your data as you wish.
      ex: c=1;
      and then you can use it in your character by calling it:
      ex: let speed = Settings.speedUpgrade*5;
      to upgrade you can use
      ex: Settings.speedUpgrade=Settings.speedUpgrade+1;
      each time you upgrade speed, you gain +5 speed in your character.
      Something like this.

    • @dimensionalilusions4520
      @dimensionalilusions4520 4 роки тому

      @@SmartPenguins i have qn game anchor points aren"t moving and hen I add level path scenes arent playing one after another

    • @SmartPenguins
      @SmartPenguins  4 роки тому

      Make sure you do this ua-cam.com/video/EdBERGSvx4g/v-deo.html