Fusion Introduction - Making the Connection - Spawning the Player

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

КОМЕНТАРІ • 7

  • @centaurbytes
    @centaurbytes Рік тому +1

    Thank you so much for the great workaround on the Fusion -- I have been experimenting with it but you have covered very crucial parts.
    Can't wait for bringing in the ready player me avatars together with the fusion! looking forward to that.

  • @centaurbytes
    @centaurbytes Рік тому +1

    Also mixing ReadyPlayerMe with Unity ThirdPerson Starter Assets and Fusion can be a really good experiment, if you can go around it as well :)

  • @Arab_GameDev
    @Arab_GameDev Рік тому +1

    thanks

  • @salmanrafi4319
    @salmanrafi4319 Рік тому

    At 30:00.....player was not spawning because you didn't save the script.

  • @wangtang32000
    @wangtang32000 Рік тому +2

    hey at 30:00 where if (runner.LocalPlayer) was giving you trouble, i replaced it with
    if (player == Runner.LocalPlayer)
    that solved my issue. i also had to rename the "runner" variable to "Runner" to avoid the ambiguity error.

    • @PhilipHerlitz
      @PhilipHerlitz  Рік тому

      Thanks for commenting to share with others the solution (luckily I've learned my lesson since then 😁)