Тёмный
Education Public
Education Public
Education Public
Подписаться
Vex EXP: Distance Sensor Coding
12:50
Год назад
Vex EXP: Drivetrain Coding
10:26
Год назад
Vex EXP: Smart Motors Coding
12:56
Год назад
Vex EXP: Inertial Sensor Glitch
7:56
Год назад
Vex EXP:  Potentiometer Intro
1:27
Год назад
Vex EXP:  Bump Switch Intro
1:29
Год назад
Vex EXP:  Light Sensor Intro
1:37
Год назад
Vex EXP:  Line Follower Intro
2:00
Год назад
Vex EXP:  Distance Sensor Intro
0:51
Год назад
Vex EXP: Optical Sensor Intro
1:49
Год назад
Vex EXP :Smart Motors Intro
4:00
Год назад
Vex EXP: Fix Dead Controller
1:08
Год назад
Vex: Replace Wire on 393 Motor
12:41
2 года назад
Fusion 360 : 06 : Web
4:46
2 года назад
Fusion 360 : 05 : Rib
5:38
2 года назад
Комментарии
@johnnys.828
@johnnys.828 2 дня назад
Thank you!
@imanmaknoun4603
@imanmaknoun4603 20 дней назад
You almost summed up a whole semester's worth of lectures in 10 videos. Thank you so much ❤
@TheDodoKing1239-wi8oc
@TheDodoKing1239-wi8oc 24 дня назад
Bro even after 8 years this is one of the best tutorials for beginners learning C#
@gencodethailand5007
@gencodethailand5007 26 дней назад
Wonderful and thank you. At 3.00 minute, if you can't find camera option in interfaces tab, you need to use command line to get to the legacy mode configuration. Type sudo raspi-config in command line.
@JonasWanted
@JonasWanted 28 дней назад
Thank you for the class!
@JonasWanted
@JonasWanted 28 дней назад
So grateful!
@OurloyChizungulire
@OurloyChizungulire Месяц назад
That was great❤
@azatkapez8914
@azatkapez8914 Месяц назад
dang
@laibakhalid1222
@laibakhalid1222 Месяц назад
How can I access or use a short key to script Ai in Unity version 2021?
@zahidcan
@zahidcan Месяц назад
I am back for the nostalgia bro
@soumyajitghosh248
@soumyajitghosh248 Месяц назад
Why am I not getting the option to make it Windowed while running the exe file? Anyways great and helpful video! Keep going.
@mikechapin9266
@mikechapin9266 2 месяца назад
Why are all the vids for sweeps starting at the origin? How often is the the case when adding. Sweep to a design? I'm struggling with creating a sweep on an existing face
@maroineelmokhtari291
@maroineelmokhtari291 2 месяца назад
thank youuuu
@v1ken
@v1ken 2 месяца назад
I thought the rib function would be somehow smarter/easier/automated... this is no different than sketching the rib profile then extruding/presspull #disappointed at this rib function
@chrispretorius85
@chrispretorius85 2 месяца назад
Brilliant, clear and straight to the point. Thank you for sharing the knowledge
@zhuoanwu
@zhuoanwu 2 месяца назад
what the sigma
@taliamedrano3704
@taliamedrano3704 2 месяца назад
What's a Join Code?
@jamesgames2474
@jamesgames2474 2 месяца назад
i'm starting a game with this. Wish me luck!
@promk2391
@promk2391 2 месяца назад
Thank you very much, you have made it easier for me to understand the inventor
@mwont
@mwont 2 месяца назад
Wow. This is so confusing. In Solidworks, you just press Shift to force dimenssioning between circles' or arcs' edges.
@mohammadhosseinshokri2571
@mohammadhosseinshokri2571 2 месяца назад
Thanks. For this video. English is not my native language. so i just say thanks. because i don't know any other way to thank you.
@contentdotcom2023
@contentdotcom2023 2 месяца назад
good summary of important concepts in the last 30seconds!!!! i should revisit this!!!
@anonymousforconference54
@anonymousforconference54 2 месяца назад
Skip to input get axis at 6:47 most useful!
@anonymousforconference54
@anonymousforconference54 2 месяца назад
Apply input as a force via script,,,, look into new way to take in input
@MissingLink8319
@MissingLink8319 2 месяца назад
What battery is that
@danc01
@danc01 3 месяца назад
Instead of instantiating a new bolt you can create a ObjectPoolManager which will instantiate the laser bolts at the beginning of the game. You can then reuse those bolts. The code will look something like this: using System.Collections.Generic; using UnityEngine; public class ObjectPoolManager : MonoBehaviour { public static ObjectPoolManager Instance; public GameObject laserBoltPrefab; public int poolSize = 20; private Queue<GameObject> boltPool = new Queue<GameObject>(); void Awake() { Instance = this; InitializePool(); } void InitializePool() { for (int i = 0; i < poolSize; i++) { GameObject bolt = Instantiate(laserBoltPrefab); bolt.SetActive(false); boltPool.Enqueue(bolt); } } public GameObject GetBolt() { if (boltPool.Count > 0) { GameObject bolt = boltPool.Dequeue(); bolt.SetActive(true); return bolt; } else { // Optionally extend the pool if empty GameObject bolt = Instantiate(laserBoltPrefab); return bolt; } } public void ReturnBolt(GameObject bolt) { bolt.SetActive(false); boltPool.Enqueue(bolt); } } Then add a script to your laser bolt to return destroyed laser bolts to the pool to be reused. using UnityEngine; public class LaserBolt : MonoBehaviour { public float lifetime = 5f; // How long to wait before returning to pool void OnEnable() { Invoke("ReturnToPool", lifetime); } void ReturnToPool() { ObjectPoolManager.Instance.ReturnBolt(gameObject); } void OnDisable() { CancelInvoke(); } }
@CharlieFiggins-cu6ob
@CharlieFiggins-cu6ob 3 месяца назад
Awesome thank you
@MohsenHaji_Au
@MohsenHaji_Au 3 месяца назад
great video. thanks for that. I wish it had not much background voices.
@armchairtony
@armchairtony 4 месяца назад
0:42 "The cube is buried in the plane, just like our player's fear was when we started this project."
@keithyakouboff8755
@keithyakouboff8755 4 месяца назад
Hello... question: Do you know of a good way to import Maya files? Exporting them as DXFs has only resulted in bizarre imports (e.g., pieces out of their proper places, measurements increased by a factor of >2, etc.). Thanks :)
@jimradix6684
@jimradix6684 4 месяца назад
This video has packed a ton of useful information in one place. It’s the best instructional inventor video that I have ever seen. Thanks for posting!! Jim
@MarcLuscher
@MarcLuscher 4 месяца назад
"You want to go ahead and", "I'm going to go ahead and" ... was the script written by the screenplay writer of Office Space ?
@EducationPublic
@EducationPublic 4 месяца назад
LOL..so true. Shout out to the TPS reports
@salembaya44
@salembaya44 5 месяцев назад
just amazing
@shikhargupta7545
@shikhargupta7545 5 месяцев назад
Ctrl + ‘ is not working plzz help 😫
@SuitedGhost
@SuitedGhost 10 дней назад
that feature is only in a script editor that was discontinued years ago just have the documentation page on a second monitor/window and alt tab to it when you need to see it
@RyanStille
@RyanStille 5 месяцев назад
There is something wrong with the audio, it's hard to hear. It rattles whether I'm using headphones or my speakers.
@cubingfun_
@cubingfun_ 5 месяцев назад
Mythic Legion was here.....
@TheDodoKing1239-wi8oc
@TheDodoKing1239-wi8oc 24 дня назад
yeah then he vanished of the face of the earth XD
@cubingfun_
@cubingfun_ 24 дня назад
@@TheDodoKing1239-wi8oc true 💀
@alexsasuke4434
@alexsasuke4434 6 месяцев назад
You're the GOAT!
@shubhamphysicist
@shubhamphysicist 6 месяцев назад
How to join two lines?
@idfk8268
@idfk8268 6 месяцев назад
When I revolve it adds a lot of unwanted lines to the finished body and I wanted to know how I could remove them
@liuyajie6496
@liuyajie6496 6 месяцев назад
Wonderful video, Thanks so much. I installed the libraries only in about 20 minutes using pi 5. And works perfectly. Thanks again
@d3rproducoeseventos609
@d3rproducoeseventos609 6 месяцев назад
Hello, I have this problem on a thinkcentre Lenovo i5, with 4 errors: 0211, 0164, 0162, 0190. As noa identifies the keyboard, how is it possible to press F12. I can't access Bios. how to do this? I've already tried resetting via jump, and also via battery, thanks in advance if you can help.
@d3rproducoeseventos609
@d3rproducoeseventos609 6 месяцев назад
Hello, I have this problem on a thinkcentre Lenovo i5, with 4 errors: 0211, 0164, 0162, 0190. As noa identifies the keyboard, how is it possible to press F12. I can't access Bios. how to do this? I've already tried resetting via jump, and also via battery, thanks in advance if you can help.
@d3rproducoeseventos609
@d3rproducoeseventos609 7 месяцев назад
Hello, I have this problem on a thinkcentre Lenovo i5, with 4 errors: 0211, 0164, 0162, 0190. As noa identifies the keyboard, how is it possible to press F12. I can't access Bios. how to do this? I've already tried resetting via jump, and also via battery, thanks in advance if you can help.
@torquebiker9959
@torquebiker9959 7 месяцев назад
thx!!!
@velmit
@velmit 7 месяцев назад
oi bruv. what is this shii ?? its a video on adding a slide to sites ain't it? Looking a wee bit uh like how to make a shidy slide if ya care to ask the likes uh me
@b1icky
@b1icky 7 месяцев назад
2:56
@SenthilKumar-et3fk
@SenthilKumar-et3fk 7 месяцев назад
Thank you so much for this tutorial!! I have learn lot from you... Thank you for your pronunciation & nice preset
@user-yv7ci2zb7w
@user-yv7ci2zb7w 7 месяцев назад
i don't like the way you explain , to be honest with you !
@user-yv7ci2zb7w
@user-yv7ci2zb7w 7 месяцев назад
also how to customize or to adjust the appearance of the ribbon in " inventor" because the demention numbers was very small and i couldn't find how to make bigger numbers ! NONSENSE
@user-yv7ci2zb7w
@user-yv7ci2zb7w 7 месяцев назад
i think you shoud talked abour the Ribbon and how all icons apear in your inventor ! any how thank you .