Immersive Limit
Immersive Limit
  • Видео 105
  • Просмотров 1 318 014
How to use ChatGPT in Unity - Simple Tutorial
Learn how to add ChatGPT to a Unity game by calling the OpenAI API in C#.
Check out the website for source code, resources, and more: www.immersivelimit.com/tutorials/how-to-use-chatgpt-in-unity
00:00 Intro
00:53 Starting Project
02:47 OpenAI Wrapper
06:19 Scripting
31:10 Chatting with the Guard
🤩 Our Patreon page is live! www.patreon.com/immersivelimit
If you are able to, we'd love to have your support so we can keep more videos like this coming. Patrons will enable us to continue this work and will directly impact the quality and quantity of our RUclips videos.
+ Follow These For Updates +
Immersive Limit LinkedIn: www.linkedin.com/company/immersive-limit
Immersive Limit Facebook: Im...
Просмотров: 45 953

Видео

Unity Coin Collecting Platformer Part 10: Level Building + Play
Просмотров 507Год назад
We're back with a new video course series! This is part 10 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, ...
Unity Coin Collecting Platformer Part 9: Miscellaneous Polish
Просмотров 210Год назад
We're back with a new video course series! This is part 9 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 8: Door + Platform
Просмотров 267Год назад
We're back with a new video course series! This is part 8 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 7: Environment
Просмотров 216Год назад
We're back with a new video course series! This is part 7 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 6: Coins
Просмотров 513Год назад
We're back with a new video course series! This is part 6 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 5: Input Scripting
Просмотров 262Год назад
We're back with a new video course series! This is part 5 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses In this course you will learn how to make a Super Mario-style coin collecting 3D platformer game in Unity. We keep it very simple, so you can lea...
Unity Coin Collecting Platformer Part 4: Character Scripting
Просмотров 363Год назад
We're back with a new video course series! This is part 4 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 3: Character Setup
Просмотров 525Год назад
We're back with a new video course series! This is part 3 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 2: Project Setup + Import
Просмотров 5672 года назад
We're back with a new video course series! This is part 2 of the course. Don't forget, if you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, g...
Unity Coin Collecting Platformer Part 1: Welcome + New Project
Просмотров 1,4 тыс.2 года назад
We're back with a new video course series! If you're ready to jump right in, join us on our website for instant access to the entire course ad-free and including all 3D assets. www.immersivelimit.com/courses If you'd rather stick it out here and take the course over the next several weeks on RUclips, and want the 3D assets to accompany your journey, get those here: immersivelimit.gumroad.com/l/...
Closing Out 2021
Просмотров 4172 года назад
Join us over on the Immersive Limit Patreon page for early access to content, exclusive downloads, and to connect with other people in the community. We're excited to see you there! 🤩 Our Patreon page is live! www.patreon.com/immersivelimit If you are able to, we'd love to have your support so we can keep more videos like this coming. Patrons will enable us to continue this work and will direct...
Run Length Encoding: Fast Decoding with Python
Просмотров 1,3 тыс.2 года назад
In this two-part series we talk about run length encoding (RLE) in the context of COCO datasets. In this second video, Adam walks through how to convert FROM run length encoding format ("decode"). We will use Python for this tutorial and demonstrate the naive solution, and then use a quicker, more efficient solution with NumPy. No cocoapi required! Recommended Links: Code Notebook: gist.github....
Run Length Encoding: Fast Encoding with Python
Просмотров 1,4 тыс.2 года назад
In this two-part series we talk about run length encoding (RLE) in the context of COCO datasets. In this first video we will walk through how to convert INTO run length encoding format ("encode"). We will use Python for this tutorial and demonstrate the naive solution, and then use a quicker, more efficient solution with NumPy. No cocoapi required! Recommended Links: Code Notebook: gist.github....
How to Cut Out Object Segmentations from Detectron2
Просмотров 2,5 тыс.2 года назад
This video is a response to some questions we received regarding how to use the mask outputs of an instance segmentation neural net. In this one, Adam explains how to cut out mask objects found with Detectron2, then paste them on top of an image. Everything is done in Google Colab with common Python libraries. Recommended Links Code: gist.github.com/akTwelve/037c6795535b4f229878b8766e5a60e4 🤩 W...
3D Rendered Datasets in Blender for Beginners, Part 5 [FREE COURSE]
Просмотров 2,1 тыс.2 года назад
3D Rendered Datasets in Blender for Beginners, Part 5 [FREE COURSE]
3D Rendered Datasets in Blender for Beginners, Part 4 [FREE COURSE]
Просмотров 1,7 тыс.2 года назад
3D Rendered Datasets in Blender for Beginners, Part 4 [FREE COURSE]
3D Rendered Datasets in Blender for Beginners, Part 3 [FREE COURSE]
Просмотров 1,8 тыс.2 года назад
3D Rendered Datasets in Blender for Beginners, Part 3 [FREE COURSE]
3D Rendered Datasets in Blender for Beginners, Part 2 [FREE COURSE]
Просмотров 3,7 тыс.2 года назад
3D Rendered Datasets in Blender for Beginners, Part 2 [FREE COURSE]
3D Rendered Datasets in Blender for Beginners, Part 1 [FREE COURSE]
Просмотров 6 тыс.2 года назад
3D Rendered Datasets in Blender for Beginners, Part 1 [FREE COURSE]
Cleaning Up A Messy Mesh in Blender
Просмотров 21 тыс.2 года назад
Cleaning Up A Messy Mesh in Blender
Switching Cameras in Blender
Просмотров 4722 года назад
Switching Cameras in Blender
Rendering with Dark Backgrounds in Blender
Просмотров 37 тыс.2 года назад
Rendering with Dark Backgrounds in Blender
Render with a Transparent Background in Blender
Просмотров 2 тыс.2 года назад
Render with a Transparent Background in Blender
GPU Rendering in Blender
Просмотров 1,7 тыс.2 года назад
GPU Rendering in Blender
Better Smoothing with Autosmooth in Blender
Просмотров 3092 года назад
Better Smoothing with Autosmooth in Blender
Fix Flipped Faces in Blender
Просмотров 8 тыс.2 года назад
Fix Flipped Faces in Blender
Focus On Anything in Blender (No Numpad Needed)
Просмотров 98 тыс.2 года назад
Focus On Anything in Blender (No Numpad Needed)
How to Fix Viewport Clipping in Blender
Просмотров 70 тыс.2 года назад
How to Fix Viewport Clipping in Blender
Rotate Around a Point/Axis in Blender
Просмотров 87 тыс.2 года назад
Rotate Around a Point/Axis in Blender

Комментарии

  • @jaym2112
    @jaym2112 4 дня назад

    4:34

  • @aunuunjeffry3924
    @aunuunjeffry3924 4 дня назад

    Awesome Course!

  • @myriamcampagna1265
    @myriamcampagna1265 5 дней назад

    OMG THANK YOU

  • @combine_soldier
    @combine_soldier 7 дней назад

    9:00 - you can turn on th gizmos in Game view too

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

    How did you learn unity c# scripting ?

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

    I have always had a question about mlagents: they randomly select actions at the beginning of training. Can we incorporate human intervention into the training process of mlagents to make them train faster? Is there a corresponding method in mlagents? Looking forward to your answer.

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

    I have always had a question about mlagents: they randomly select actions at the beginning of training. Can we incorporate human intervention into the training process of mlagents to make them train faster? Is there a corresponding method in mlagents? Looking forward to your answer.

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

    Great! Thank you very much, sir! :)

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

    I have always had a question about mlagents: they randomly select actions at the beginning of training. Can we incorporate human intervention into the training process of mlagents to make them train faster? Is there a corresponding method in mlagents? Looking forward to your answer.

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

    I have always had a question about mlagents: they randomly select actions at the beginning of training. Can we incorporate human intervention into the training process of mlagents to make them train faster? Is there a corresponding method in mlagents? Looking forward to your answer.

  • @crystallitex6311
    @crystallitex6311 18 дней назад

    Lots of potential using ChatGPT for NPC, if we somehow can make it very cheap, it open lots of possibilities

  • @mertbal1703
    @mertbal1703 21 день назад

    Is there way to use the API for free?

  • @HR-yd5ib
    @HR-yd5ib 22 дня назад

    Thanks a lot! Finally someone who quickly comes to the period key! ❤❤❤

  • @user-qc1rf4ju5v
    @user-qc1rf4ju5v 23 дня назад

    I am curious about how to create the 👻 ghost u did.

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

    Superb tutorial, thank you very much !

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

    Two useful pointers for those that struggled with setting up the packages and API that helped me resolve some errors: 1. Get the Nuget package manager and from there you will be able to download specific packages to help with the troubleshooting. 2. If you are on Mac and struggling with the file path for the API call, change the example script to reference a config.json string file with the api key in it, avoiding the issue when uploading code publically and making it easy to update.

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

    Why is view not opening for me

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

    This is very helpful to this day as a new modler this helped me understand the basics for low poley building thank you very much.

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

    Lot of things have changed recently!! Can't use that notebook! Could you please update?

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

    So helpful

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

    What should be done if there is a sound while talking?

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

    doesnt work anymore

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

    how does this work for armature meshes? i can not get it to work...

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

    Masterfully done, my lad! Thank you so much for explaining this!

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

    Helpful!? man that was straight to the point and very informative tuto

  • @NiteSek-tm5dk
    @NiteSek-tm5dk 2 месяца назад

    Excuse me... I have an avatar girl that i want to publish to VRChat, but here's the thing. I selected the bones one at a time for each cat ear on my avatar girl & weight painted them for each cat ear bone, & also activated the bones as spring bones. I did the same for my boobs, & also skirt. Everything looks great when i go into Pose Mode & click Interactive Mode in the bones tab to the right side of the screen. So, after i was done doing everything else i need to do for VRChat optimization, I exported the fbx file while making sure to select "Copy) & tick the box to the right of it, named the file, exported it & got my avatar into Unity. But the ears, boobs, & dress STILLLLLL have no physics when i drag my avatar around in Play Mode. Pls help. WTFrenchToast is the deelio! ! XO

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

    Good tutorial. It's a shame that it's so cumbersome to rotate around a specific vertex. If you know a quick way to do that, I'm love to hear it.

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

    great

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

    Super helpful

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

    nice video thanks love from india.

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

    Bro I came across this after looking for soo long.. I appreciate you, you genius being... Thanks

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

    Did this with the latest version of everything, your website with the updated tutorial came in real handy! Thanks and awesome tutorial bro !

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

    sir what is dice coefficient for this?

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

    To fix the errors 1: go to package manager, install from git URL: com.unity.nuget.newtonsoft-json 2: for the remaining error delete/comment out the line 3: save, and for the last error, delete the for statement and keep only the httpclient line

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

    hit the period key. you're welcome.

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

    Thank you. Too many videos over complicate things. This one was simple to understand and was short.

  • @ManIron-np9ph
    @ManIron-np9ph 2 месяца назад

    Hello, how do I go about recording a demo file if I want to use imitation learning for a robot motion case? It's not easy to control the robot display from the keyboard, can I use the animation in unity to create demo files for the robot?🤔

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

    Newest version does not work with unity - whole game will not compile when you insert it into assets because of System.Https(?). v1.6 shown in the video works fine

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

    Thank you so much, this has been a 3 day issues for me

  • @SAMSAM-kl6fv
    @SAMSAM-kl6fv 2 месяца назад

    Thank you so much. How about focus the camera to make an image from specific area of an object ??

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

    prutser

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

    Thank you.

  • @user-nm5sg5dn2n
    @user-nm5sg5dn2n 3 месяца назад

    ValueError: Only instances of `keras.Layer` can be added to a Sequential model. Received: <tensorflow_hub.keras_layer.KerasLayer object at 0x0000024E6C929EA0> (of type <class 'tensorflow_hub.keras_layer.KerasLayer'>)

  • @user-dv7eo8in6z
    @user-dv7eo8in6z 3 месяца назад

    when i make data. only cpu is using for. how can i use gpu?

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

    thx

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

    Excellent, thank you!

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

    Thank you. Really, thank you <3

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

    Thank you - you just cured my headache. I've spend over two hours trying to figure out why I couldn't see anything in modelling, and why I kept getting weird artefacts.

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

    Hello! Something happened in Blender 4.0 that caused Unity to not read the animation from the FBX files. Unity says: "The rigs of the selected models are not set up to handle animation." Do you know what has changed and what we need to do to be able to import them? Thanks!

  • @t.sandwich
    @t.sandwich 3 месяца назад

    Man I’ve needed this tutorial! I’m going to attempt to use this Coin Task code in my game project :)