Showing Progress While Loading Scene | Unity Game Engine

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • Copy code from here-
    u3ds.blogspot....
    Feel free to Like and Share to show support for this channel.
    Don't forget to leave a comment if anything comes to mind.
    Have a nice day :)
    #sceneload #csharp #progress

ความคิดเห็น • 25

  • @shuanthereales8412
    @shuanthereales8412 2 ปีที่แล้ว +5

    Amazing tutorial! Nice and short to the point and no talking! Plus you even included the code in the description BRAVO!! SUBSRCIBED!

  • @VENOM-kb8pu
    @VENOM-kb8pu 3 ปีที่แล้ว +3

    Really good video , Keep it up !

  • @freesmi1e190
    @freesmi1e190 2 ปีที่แล้ว +2

    Thanks a lot, man!

  • @disco9946
    @disco9946 2 ปีที่แล้ว

    ty, copy paste the code and instantly working. Good job!!!

  • @AroseLove
    @AroseLove 2 ปีที่แล้ว +5

    This is a great video thank you so much. Just a quick question and probably just me being silly. It works perfectly and also shows my loading bar and background but my bar doesn't move in the game view or remote. Will i only be able to see it if i build and run the game or have I not got it working correctly? Kind regards

  • @kennethanyanwu-t4f
    @kennethanyanwu-t4f ปีที่แล้ว

    brilliant and simple .. thank you

  • @antclaDev
    @antclaDev ปีที่แล้ว +2

    thx you it work!!!!!!😁😁😁😁😁😁😁

  • @12.hieuvuminh39
    @12.hieuvuminh39 ปีที่แล้ว

    Nice!! video is very helpful

  • @masterbits5751
    @masterbits5751 3 ปีที่แล้ว +1

    Nice bro

  • @tgcteju
    @tgcteju 7 หลายเดือนก่อน

    how to change scene without using button after a set interval of time?

  • @AliVerseNFT
    @AliVerseNFT 2 หลายเดือนก่อน

    tysm

  • @soulminds
    @soulminds ปีที่แล้ว

    Its great, but why didn’t you explain what you wanna do in the description?

  • @kanchanasaravanan8142
    @kanchanasaravanan8142 ปีที่แล้ว

    Hi is it possible to fake so that the bar loads a bit longer ?

  • @bfk9636
    @bfk9636 2 ปีที่แล้ว

    good job

  • @zakariahammideche2000
    @zakariahammideche2000 ปีที่แล้ว

    thanks for this tutorial

  • @jaxonpetersen5942
    @jaxonpetersen5942 ปีที่แล้ว

    Doesn't work in Unity 2022.3.10f1

  • @czechpwmods4480
    @czechpwmods4480 10 หลายเดือนก่อน

    What if i dont want to use button?

    • @Justeeee115
      @Justeeee115 8 หลายเดือนก่อน

      Just put the "StartCoroutine" to Start() method, that way on start of the scene it will automatically load the next scene.

  • @brianpizarro2744
    @brianpizarro2744 2 ปีที่แล้ว +2

    How to adjust the speed of loading bae

    • @brianpizarro2744
      @brianpizarro2744 2 ปีที่แล้ว

      Bar

    • @Unity3DSchool
      @Unity3DSchool  2 ปีที่แล้ว

      Speed will depend on how fast scene loads. You can only control how fast slider moves to the current progress value. For this just multiply a positive value in time.deltatime.

    • @piyaraislam322
      @piyaraislam322 2 ปีที่แล้ว

      ​@@Unity3DSchoolspeed is not controlling. i can this plz help​

  • @RHYSHALLDIGITALART00122
    @RHYSHALLDIGITALART00122 ปีที่แล้ว

    yeahhhh this made the problem worse.
    i understand this is for single player games buts theres LITERALLY BLOODY NONE FOR PHOTON 2 AND ITS INFURIATING.
    year long project, many issues overcome and fixed. whole characters and AI, controls and combat implemented and full online networking but a FUCKING LOADING BAR??

  • @shuanthereales8412
    @shuanthereales8412 2 ปีที่แล้ว +1

    if it doesn't work for you delete the lines:
    asyncOperation.allowSceneActivation = false; and asyncOperation.allowSceneActivation = true;