Random Endless Level - How to make a Endless Driving Game in Unity Tutorial EP3

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 11

  • @LeHieu-sr2kn
    @LeHieu-sr2kn Месяц назад

    Thank you for the great tutorial. But i have a question: what happens if we drive and the z value increases beyond the limits of the float 16bit?

    • @PrettyFlyGames
      @PrettyFlyGames  28 дней назад

      You are welcome! You'd need to travel quite far before that happens but I'd imagine that it would flip and become negative. If you have extremely long distance covered by a player then you can handle this by moving the world to zero again periodically.

  • @therealhecker
    @therealhecker 7 месяцев назад

    pls next after you complete this ..pls show how to convert it into a mobile game how to add buttons and export as a apk

    • @PrettyFlyGames
      @PrettyFlyGames  5 месяцев назад

      Ohh sorry for the late response. Probably not going to make a specific version just for Android but you can just slap on any touch controls and use that.

  • @Gomisan
    @Gomisan 6 месяцев назад

    Not sure what I've missed, teh Car has a mesh collider, all the buildings do, but no collision I just pass through.

    • @Gomisan
      @Gomisan 6 месяцев назад

      Nevermind, the Mesh Collider on the car needs to be convex. Remember to read the error messages!

    • @PrettyFlyGames
      @PrettyFlyGames  6 месяцев назад

      @@Gomisan Yeah, you'll need to use a Convex collider for it to work or simply it with one or more box colliders.

  • @gencoglu5766
    @gencoglu5766 Месяц назад

    out of bounds of the array error has been taken

    • @PrettyFlyGames
      @PrettyFlyGames  28 дней назад

      You need to provide a bit more context to get help. I suggest that you join our discord discord.gg/AyYtKXT

  • @Zihan118
    @Zihan118 7 месяцев назад

    First!