How to make a TUTORIAL for your gorilla tag fan game!!

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • Discord: / discord

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

  • @MonstrumReborn
    @MonstrumReborn 4 หลายเดือนก่อน +5

    If anyone needs the scene changer script here ya go:
    using UnityEngine;
    using UnityEngine.SceneManagement;
    public class SceneChanger : MonoBehaviour
    {
    public string sceneName;
    private void OnCollisionEnter(Collision collision)
    {
    if (collision.gameObject.CompareTag("HandTag"))
    {
    SceneManager.LoadScene(sceneName);
    }
    }
    }

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

      an absolute lifesaver

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

      real one

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

    holy shit your game looks good

  • @KaineplayzR6
    @KaineplayzR6 7 หลายเดือนก่อน +1

    omg ive been looking for an hour finally !!!!

  • @RobotDalty
    @RobotDalty 2 หลายเดือนก่อน +1

    If your game is having an error. That is not teleporting go to the file build settings . and click on the add open scenes

  • @shpoinkervr
    @shpoinkervr 6 หลายเดือนก่อน +1

    3:37 idea: add a little platform for them to jump into the map with and add a sign explaining the bug so they dont have to restart their games

  • @monkevr323
    @monkevr323 4 หลายเดือนก่อน +1

    FINALLY A TUTORIAL TUTORIAL

  • @yozuse7536
    @yozuse7536 7 หลายเดือนก่อน +1

    Thank you im not using this but thanks for the help man you rule

  • @TeeTheHuman
    @TeeTheHuman 6 หลายเดือนก่อน +1

    W tut

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

    Finally thanks

  • @Grape_GT884
    @Grape_GT884 4 หลายเดือนก่อน

    how do i make my scene changer work?
    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    using UnityEngine.SceneManagement;
    public class BetterSceneChange : MonoBehaviour
    {
    public string NewLevel = "";
    public void OnTriggerEnter(Collider other){
    if(other.tag == "HandTag"){
    SceneManager.LoadScene(NewLevel);
    }
    }
    }

  • @RakoGV
    @RakoGV 6 หลายเดือนก่อน

    can you please make a tut on how to make good maps like yours

  • @BumBum_SM
    @BumBum_SM 6 หลายเดือนก่อน

    thanks for using my chimplab shader i really appreciate it lol

    • @LGL_55
      @LGL_55 6 หลายเดือนก่อน

      where do you get it??

    • @TMTuts
      @TMTuts  5 หลายเดือนก่อน

      Wdym? Like you made it and maxx (the other owner who recorded this video) stole it?

    • @TMTuts
      @TMTuts  5 หลายเดือนก่อน

      If you wanna talk to maxx about it dm him, his dms are open, I think

  • @dylinmessick524
    @dylinmessick524 6 หลายเดือนก่อน +1

    If your game is still bugged for me I got rid of the photon player and re did it and it fixed it

  • @coastgt2
    @coastgt2 6 หลายเดือนก่อน

    Can you make a tutoriol on how to make the GOOD map in your tutorial

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

    I dont have discord can someone put the script into a google drive file so I can download the script?

  • @SunnyLVR-ie8dr
    @SunnyLVR-ie8dr 6 หลายเดือนก่อน

    Can you make a tutorial for a lightsaber

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

    can you do a tutorial for tag?

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

    Player model next plz

  • @Gonblueys
    @Gonblueys 6 หลายเดือนก่อน +2

    Hey guys what is this game?
    👇👍

    • @TMTuts
      @TMTuts  5 หลายเดือนก่อน

      Bearomania

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

    This guy just leaked his app id lmao

  • @doublegold88
    @doublegold88 6 หลายเดือนก่อน +1

    My script is so much better to use (im a coder and i meant this in a nice way)

    • @cleytwiksvr
      @cleytwiksvr 6 หลายเดือนก่อน

      Are you willing to give it to me to use?

    • @TMTuts
      @TMTuts  5 หลายเดือนก่อน

      It probably is lol, maxx (the person who made this tutorial) found this script somewhere a while ago, so why not make a tutorial on it, it’s useful