Kabungus
Kabungus
  • Видео 1
  • Просмотров 7 194
FIRST PERSON INTERACTION in Unity!
In this tutorial we'll learn how to make an interaction system for first person games!
LINKS
Starter Project:
github.com/tdawsondev/FirstPersonInteractionTutorial
Outline asset:
assetstore.unity.com/packages/tools/particles-effects/quick-outline-115488
Simple Items Pack:
assetstore.unity.com/packages/3d/props/low-poly-basic-items-pack-household-items-249507
Patreon:
www.patreon.com/Kabungus
Просмотров: 7 230

Видео

Комментарии

  • @wareyl3591
    @wareyl3591 13 дней назад

    i did the exact same script and doesn't let me change anything in unity :')

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

    thanks for this but it would really help to explain the lines of code more thoroughly (just like you did for the if statements), more like explaining the logic behind each line in more of a beginner friendly manner. wish you the best

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

    It doesn't work great for me, might because that I don't know where to put in the components, so, I replaced the raycast with a collider! I even made a object pickup system

  • @user-th1mt7bn5u
    @user-th1mt7bn5u Месяц назад

    Where is Outline script from?

  • @fred1541
    @fred1541 2 месяца назад

    Amazing Thanks~

  • @RachelNitsche
    @RachelNitsche 2 месяца назад

    I really liked the Tutorial and therefore I subscribed. Thanks for really great video.

  • @fernandodasilva-producoesa1023
    @fernandodasilva-producoesa1023 2 месяца назад

    Thank you very much for this tutorial, it saved me a lot of time on my final project as the previous tutorial made me having a problem with the outline working only after clicking for the first time in an object

  • @JamesOfToya
    @JamesOfToya 2 месяца назад

    So... let's say nothing works on my end. What's the procedure?...

  • @AaronNuts_
    @AaronNuts_ 3 месяца назад

    What does the error "The type or namespace name 'interactable' could not be found (are you missing a using directive or an assembly reference?)" mean?

    • @DjSL3ID3R
      @DjSL3ID3R 3 месяца назад

      You renamed or misspelled the script name or the class name (the thing before : MonoBehaviour). In the video the script name is capitalized so maybe check if your Script/Class is called Interactable and not interactable.

  • @gottcha0330
    @gottcha0330 3 месяца назад

    is it just me or did he just jinx me with only giving me the interact script then telling me to place another script that "we" aprenetly made

  • @Gsanchezbz
    @Gsanchezbz 3 месяца назад

    There is also a problem, if there is no collider, then the outline will be enabled until you collide with another object that has a collider, for that make sure to place a cube in your camera and place it on top of the raycast. that will solve the problem; xD edit: of course a collider which has another tag to make sure your script has "else{ disableOutline }"

  • @SLRaiden
    @SLRaiden 4 месяца назад

    Good content broo awsome ❤

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

    Make more videos like this... I'm gonna support you man....

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

    hello, may I ask for the project?

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

    Very nice video man! THX

  • @riner_man
    @riner_man 10 месяцев назад

    You best man, thank you very well