Digestible
Digestible
  • Видео 74
  • Просмотров 435 467
How to Install a specific Unity Editor Version from within Unity Hub
This video shows how to find and install specific Unity Editor versions. It assumes that you already have Unity Hub installed - if you need help with that check out my other video which will get you started : ruclips.net/video/Kh_FD0Ypdhg/видео.html
Просмотров: 25

Видео

Unity: Errors and IntelliSense STILL Not Working even after changing External Tools? Try this Fix!
Просмотров 4085 месяцев назад
If Visual Studio isn't showing errors or IntelliSense when working with C# Unity scripts and you already tried changing external tools here is another thing to try! (it also shows the first step of checking external tools if you haven't tried that yet too) This video shows a quick way to re-link Unity and Visual Studio to fix: - errors not showing up - Unity-specific code not being recognized -...
How to Install MySQL Workbench 8.0.36 (latest version)
Просмотров 3 тыс.6 месяцев назад
Learn where to download and how to install MySQL Workbench and also how to set up a connection to a remote MySQL database. Here is a video where I then show how to Create a table and insert records: ruclips.net/video/F6nNiMvoM2c/видео.html
How to Install Visual Studio Code on Windows (2024)
Просмотров 1937 месяцев назад
Learn how to download and install Visual Studio Code on Windows 10 or 11.
How to Install FileZilla FTP Client - EASY!
Просмотров 9067 месяцев назад
Here you can learn the best place to download FileZilla FTP software from and how to easily install it to your computer so that you can be ready to publish your websites. I demonstrate using Windows 11 and the free version of FileZilla.
Change Scenes in Unity with a Button (basic tutorial)
Просмотров 6 тыс.9 месяцев назад
This is a basic demo on how to change scenes in Unity with a button in a C# script. (it uses SceneManager.LoadScene() to do this) It demonstrates both TextMeshPro and Legacy buttons. It also shows how to add scenes to your build so you can switch between them. If you don't need to see how it is set up but want to jump right to the code you can skip to 4:18 in the video.
Coroutines in Unity (Basic Tutorial for Beginners)
Просмотров 40910 месяцев назад
This video shows a simple example of how to create and use a Coroutine in Unity in C# that changes the color of a cube every second. This is a tutorial meant for beginners.
Getting Started with Adobe Illustrator - The Basics for Beginners
Просмотров 10510 месяцев назад
This video is for someone starting out with Adobe Illustrator. It covers some of the basic tools and shows how to manipulate simple shapes with the Selection and Direct Selection tools, create and manipulate text, as well as how to start using the Pen tool.
How to write your first script in Unity - 2023 Guide
Просмотров 17 тыс.Год назад
This is a tutorial for beginners on how to create your first project in Unity and write your first script in C# - Hello World!
Unity Tutorial: Code TextMeshPro UI (InputField, Text, and Button)
Просмотров 18 тыс.Год назад
This is a basic tutorial on how to use Unity's TextMeshPro UI elements: InputField, Text, and how to code a button click to change these. If you are already familiar with how to create the UI elements and want to jump to the code section go here: ruclips.net/video/ac7PIcQs178/видео.html A very similar video but with Legacy UI can be found here: ruclips.net/video/mLjylUyng2o/видео.html
How to Install Unity - 2023 Beginner's Guide
Просмотров 164 тыс.Год назад
This video demonstrates how to download and install Unity Hub, the Unity Editor, and Visual Studio. After Unity is installed, this video will get you started with your first script - Hello World!: ruclips.net/video/3VcJjEUSm9Y/видео.html Check out my channel for more programming and Unity tutorials: ruclips.net/user/digestible
Unity Tutorial: Roll A Ball - Part 5: Creating the Build
Просмотров 725Год назад
This tutorial is based off of Unity's classic "Roll A Ball" but it is in a shorter format so you can learn the same concepts in less time. It shows how to build a rolling ball game from scratch in Unity and C#. Concepts include player movement, Unity's new Input System, Collisions, Scoring, and UI with TextMeshPro text elements. Part 1: Playfield setup ruclips.net/video/S3Pukl3h_bE/видео.html P...
Unity Tutorial: Roll A Ball - Part 4: Scoring & UI
Просмотров 968Год назад
This tutorial is based off of Unity's classic "Roll A Ball" but it is in a shorter format so you can learn the same concepts in less time. It shows how to build a rolling ball game from scratch in Unity and C#. Concepts include player movement, Unity's new Input System, Collisions, Scoring, and UI with TextMeshPro text elements. Part 1: Playfield setup ruclips.net/video/S3Pukl3h_bE/видео.html P...
Unity Tutorial: Roll A Ball - Part 3: Collectible Pickups
Просмотров 1,4 тыс.Год назад
This tutorial is based off of Unity's classic "Roll A Ball" but it is in a shorter format so you can learn the same concepts in less time. It shows how to build a rolling ball game from scratch in Unity and C#. Concepts include player movement, Unity's new Input System, Collisions, Scoring, and UI with TextMeshPro text elements. Part 1: Playfield setup ruclips.net/video/S3Pukl3h_bE/видео.html P...
Unity Tutorial: Roll A Ball - Part 2: Player & Camera Movement
Просмотров 3,7 тыс.Год назад
This tutorial is based off of Unity's classic "Roll A Ball" but it is in a shorter format so you can learn the same concepts in less time. It shows how to build a rolling ball game from scratch in Unity and C#. Concepts include player movement, Unity's new Input System, Collisions, Scoring, and UI with TextMeshPro text elements. Part 1: Playfield setup ruclips.net/video/S3Pukl3h_bE/видео.html P...
Unity Tutorial: Roll A Ball - part 1: Playfield Setup (Make your first Unity Game!)
Просмотров 2,4 тыс.Год назад
Unity Tutorial: Roll A Ball - part 1: Playfield Setup (Make your first Unity Game!)
Interfaces in C#
Просмотров 294Год назад
Interfaces in C#
How to grab a shape that's off the "screen" in Photoshop
Просмотров 84Год назад
How to grab a shape that's off the "screen" in Photoshop
Tutorial: Code Basic UI in Unity (Legacy InputField, Text, and Button)
Просмотров 6 тыс.Год назад
Tutorial: Code Basic UI in Unity (Legacy InputField, Text, and Button)
Sign a Google Doc Online - EASY! (in 50 seconds!)
Просмотров 1,7 тыс.2 года назад
Sign a Google Doc Online - EASY! (in 50 seconds!)
Unity: Fix IntelliSense and Error Checking in Visual Studio
Просмотров 17 тыс.2 года назад
Unity: Fix IntelliSense and Error Checking in Visual Studio
Unity C# Programming: Storing Prefab GameObjects in a List
Просмотров 15 тыс.3 года назад
Unity C# Programming: Storing Prefab GameObjects in a List
Override Methods and Storing Objects in a List using C# and Unity
Просмотров 1,4 тыс.3 года назад
Override Methods and Storing Objects in a List using C# and Unity
Basic Object Inheritance with C# and Unity, Part 3: What is an Abstract Class?
Просмотров 4633 года назад
Basic Object Inheritance with C# and Unity, Part 3: What is an Abstract Class?
Basic Object Inheritance with C# and Unity, Part 2: Writing the Code
Просмотров 7603 года назад
Basic Object Inheritance with C# and Unity, Part 2: Writing the Code
Basic Object Inheritance with C# and Unity, Part 1: Intro and Class Diagram
Просмотров 9433 года назад
Basic Object Inheritance with C# and Unity, Part 1: Intro and Class Diagram
Read MySQL table and display to a web page using PHP
Просмотров 1,7 тыс.3 года назад
Read MySQL table and display to a web page using PHP
Write to a MySQL Table using a PHP form, Part 4: Writing to the Table
Просмотров 2063 года назад
Write to a MySQL Table using a PHP form, Part 4: Writing to the Table
Write to a MySQL Table using a PHP form, Part 3: Database Connection String
Просмотров 2523 года назад
Write to a MySQL Table using a PHP form, Part 3: Database Connection String
Write to a MySQL Table using a PHP form, Part 2: Collecting Form Errors
Просмотров 1443 года назад
Write to a MySQL Table using a PHP form, Part 2: Collecting Form Errors

Комментарии

  • @MM-bw1lo
    @MM-bw1lo 10 часов назад

    Great info, her voice is calm and she’s doing a fantastic job 👍🏽

  • @yelinakho1702
    @yelinakho1702 3 дня назад

    I stuck on validating can u please help me 😭

  • @vjordian1673
    @vjordian1673 9 дней назад

    It's a shame that the fact that a cloud connection is used was not mentioned in the title or text. I have to install MySQL WB including the server on a local test system. Now I have MySQL WB, but no MySQL server :-( I have to look for further instructions. Until then, the video has helped me.

    • @Digestible
      @Digestible 8 дней назад

      Sorry -- I didnt mean to give the wrong impression with what this is. If you purchase web hosting (from most places) you usually also get mysql databases included - you can then use this to work with them. So like you mentioned you still need a mysql database either on your own server (or locally) or provided by the web host you are using, this is not the MySQL server/database itself, just the tool to be able to easily edit it

  • @omchavda5879
    @omchavda5879 12 дней назад

    It works ,thanks !!

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

    Great. Thank you.

  • @MM-bw1lo
    @MM-bw1lo 14 дней назад

    Love, love, love these videos

    • @Digestible
      @Digestible 12 дней назад

      Thank you for your feedback!

  • @TextStoriesForNerds
    @TextStoriesForNerds 15 дней назад

    If i install a Instalation i have problem, If i install its syas "Editor Application non stop" and next to Validating Can someone help???

  • @GabrielCGA
    @GabrielCGA 17 дней назад

    I hit a roadblock at 0:54, the app wasnt microsoft verified

  • @a-train-u5l
    @a-train-u5l 20 дней назад

    i get metted with unity pro tho

  • @Cramad84
    @Cramad84 23 дня назад

    8 RUclips tutorials to find out you put a '+' symbol to link the text together! Thankyou for the straightforward tutorial

  • @_bushy
    @_bushy 23 дня назад

    never have i download software that's a 1000 000 clicks, it's ridiculous ..... unreal is one button - done!

  • @Sprite_VR.1
    @Sprite_VR.1 24 дня назад

    Does it matter what I download because there is a 20 23 20, 22, 20, 21, 20, 2020 1920 2017 and unity five

    • @Digestible
      @Digestible 22 дня назад

      If you are starting out I'd suggest downloading the latest LTS (long term support) version which right now i think is 2022.something - then you know you have a stable release. Newer releases may have more features (That you may or may not need) and are less stable, possibly prone to crashes. If you are editing an old project you'd want to download whatever it was created in. Or if you are working with others decide on a version and use the same version. Some are compatible and others have more issues when switching versions

  • @user-yh8dg3wq6i
    @user-yh8dg3wq6i 26 дней назад

    Wow! You've made my day.

  • @MarcelloMarciano-KCMO
    @MarcelloMarciano-KCMO Месяц назад

    Mysql workbench 8.0.25 If I upgrade to workbench 8.0.36 will it be compatible with MySql 8.0.25

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

    Thanks very much <3

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

    Thank you so much subed

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

    I think I might cry of joy. It finally started to click for me. I'm so behind in my studies and been stressing out about it, trying to wrap my head around a project that is very similar to what you just showed. 😅❤ Thank you so much for putting in the effort of explaining it so very well!

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

      @@PygmyKitten im so glad it helped you! Thanks for the feedback!

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

    I don’t have enough GB to download the editor and when I delete files to make space it says there is less space available help plllllssss

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

      I'm not sure what to tell you - you probably cant install unity then without enough space (plus each project takes up quite a lot of space, sometimes 1gb for a blank project!) as far as "less space available" - maybe make sure to also empty the recycle bin since things may not be truely deleted

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

    Hi, thanks for the great video! I'm not sure if Visual Studio is going to be the best editor for me. Perhaps because of its dated functionalities and time consumption. Will it advisable (or even possible) to just use VS Code as an editor?

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

      I havent used VS Code for unity (have used it for other things but not unity) but I believe that you *could* use it for code editing. However you will likely need to add extensions to support the unity specific code or it will be really tough to edit. Please report back how it works for you

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

      @@Digestible hiya, yes! VS Code prompted me to download a few extensions, which as of now, work out great for me! I've just started with Unity and it already seems pretty user-friendly w/ VS Code. I'll update you on how things turn out in the near future. Thanks again!

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

    Im downloading the 2019 4.31 but its been downloading for a day now and its not moving.. what do i do?

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

      I'm guessing but You might need to cancel and retry the download - its possible the connection was disrupted and it stalled out? I know that can be frustrating!

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

    I TRYED AND IT DIDNT WORK FAKE

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

      Its because this engine wants money

    • @Mr_Kamo_
      @Mr_Kamo_ 16 дней назад

      It does?

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

    this is the gayest unity tutorial I have ever seen😂😂😂

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

    I can’t install anything I don’t have enough gigabytes 😢

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

    it isnt work

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

    I appreciate your style. It's a breath of fresh air after clicking through all the tutorials made by someone who sounds like they just chugged 10 Red Bulls.

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

      Thanks! Yah, no red bulls here

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

    JESUS CHRIST THANK YOU

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

    Thank you! I was so confused on why this wasn’t showing up! This really helps!

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

    Sugma

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

    it says error 404 help

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

    i never got the visual studio installer pop up, what do i do?

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

      you should then be able to download visual studio community for free directly from microsoft - i didnt download it myself from here but here is one link or you can google it yourself: visualstudio.microsoft.com/vs/unity-tools/ Not sure but you may need to do something additional to "connect" the two after you are in unity to have it recognize the editor you are using

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

    It takes lots of time but finally done ✅ thank you so much for this tutorial ❤😊

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

    Perfect

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

    For me it says that editor application is loading and won’t stop loading

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

    dont work

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

    3:30 I can’t find player input😢

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

    hello, can i use visual studio 2019 because i already have it on my laptop, and does it has anny error or smt? hope you reply

  • @user-fv6lt5bx2p
    @user-fv6lt5bx2p 2 месяца назад

    thx

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

    Lifeeeee saver. TYSM

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

    I can8t download it I downloaded something else already

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

    visual studio code doesn't gave me option for game development with unity, kindly help me in regarding that.

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

      Visual studio code is not the same program as Visual Studio- I would recommend using the regular Visual studio for this.

  • @Silly-VR-GT
    @Silly-VR-GT 2 месяца назад

    I NEED HELP, for some reason when it gets to the validating stage and just doesn't work. its been going for an hour and still hasn't finished

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

    what is the difference, in using UnityEngine.UI and using UnityEngine.UIElements? my project cant detect using UnityEngine.UI for some reason.

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

    Thank you!

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

    This is incredibly useful! I was wondering if you had any tutorials on how to include a clean transition between scenes?

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

    Thank You for the quick video.

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

    Great video, short, simple, but showcases a lot of useful stuff!

  • @MM-bw1lo
    @MM-bw1lo 3 месяца назад

    Awesome tuts, keep up the awesome work

  • @MM-bw1lo
    @MM-bw1lo 3 месяца назад

    This video was everything, thank you so much!

  • @HafizAhmad-wb4ol
    @HafizAhmad-wb4ol 3 месяца назад

    in my case , i've clicked on solution explorer but there is no option of "Assembly-CSharp (unloaded)". its only showing: Solution 'Solution1' (0 projects)

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

      Same here. Also I noticed that at the end of the External Script Tool's name, there's "(internal)", so I think the problem lies within it, because in another project that I have, everything is working and there's no "(internal)" at the end, but in the one I am working on now, the problem still there.☹️

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

    Love these tutorials! Do you have a Discord community channel dedicated to these topics? I'd love to be a part of it!

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

      Thanks! No I dont have a Discord channel at this time. But that's an interesting idea!