Importing and Playing 2D Animations in Lens Studio - Basics With Ben

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

КОМЕНТАРІ • 21

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

    That intro though 😍🤩

  • @pedrocaudete5942
    @pedrocaudete5942 2 роки тому

    Hi Ben,
    Thank you very much for your videos, they are great.
    I have a question, and would you help me with an answer.
    Do you think these animations could be put on a 3D shirt with bodytracking?
    regards.

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

    hlo? how to add full video ?

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

    How can i tap-start my animation at frame 1 or 0, instead of the last frame ?

  • @LOLFUNNYTIKTOKS
    @LOLFUNNYTIKTOKS 3 роки тому

    How do you get Giphy in your lens studio on the bottom left? My lens studio doesn’t have it 😞

  • @drewalbritton1625
    @drewalbritton1625 22 дні тому

    I know its a long shot to asl here, but it seems that png sequences are no longer supported? There is no "add 2d animation from file" option with the new updated UI

    • @LensTutorials
      @LensTutorials  22 дні тому

      @@drewalbritton1625 yeah it’s just called 2D animation now!

    • @drewalbritton1625
      @drewalbritton1625 22 дні тому

      @@LensTutorials hmm, still not there for me. Just installed it on my personal PC and it is there. I'm going to see if IT can update it for me, that may be the issue 🤷‍♂️

    • @LensTutorials
      @LensTutorials  22 дні тому

      @@drewalbritton1625 are you adding it from the assets/resources? It is called “2D animation from files”

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

    face event worked...but how to stop looping?

  • @KarandeepSingh-kl7qf
    @KarandeepSingh-kl7qf 4 роки тому

    Hi ben, how can i translate something in Y direction without using tweens ?
    // @input float speed
    // @input float startY
    // @input float endY
    var sceneObj = script.getSceneObject();
    var trans = sceneObj.getTransform();
    var origPos = trans.getLocalPosition();
    var newx = trans.getLocalPosition().x;
    var updevent2 = script.createEvent("UpdateEvent")
    updevent2.bind(function(eventData){
    newx += script.speed * eventData.getDeltaTime();
    if(newx < script.endX){
    newx = script.startX;
    }
    trans.setLocalPosition(new vec3(newx, origPos.y, origPos.z));
    });
    i tried this for x direction ..but when i change axis to Y nothing works. How can i do that ?

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

    Sir where can we get these jpg and png image frames from ?

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

    when i add in my 14 frames, they automatically appear in the order 1, 10-14, 2-9. when i switch them to 1-14, they revert back. what do i do?

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

      Isaac Deans you’ll need to name the 1-10 frames 01, 02, 03...10 so that will make sure they go in the right order!

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

      Ben Knutson thank you very much!

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

    my sequence @2048x2048, when i import it in on lens studios, i only have 154x154... and very blurry, why is that?

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

      merlin try turning off cropping

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

      @@LensTutorials is it because of 150mb ram limit to the whole sequence?

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

      merlin no you need to turn off cropping when creating the 2D animation

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

      @@LensTutorials Thank you.. sorry, i turned off the cropping or the autodetect when i Load in. the animation.. it just give me this small size.. animation image is not cut in anyway.. just the pixel quality of the animation is drastically reduced.

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

      @@LensTutorials I figured that I was putting the entire timeline into 1 sprite file... i spread around 2-3 sprite sheets and picture quality got better... I think comes with increased size as well.. Thank you again for replies :)