No video

UNIGINE TUTORIAL C++: Start/Debug

  Рет қаралды 4,705

Lazy Unigine Dude

Lazy Unigine Dude

Күн бұрын

Пікірлер: 47
@Argoon1981
@Argoon1981 11 ай бұрын
This alone made me want to try Unigine, congrats.
@LazyUnigineDude
@LazyUnigineDude 11 ай бұрын
You can do it! Glad I could help
@nizd3128
@nizd3128 2 жыл бұрын
Excellent thank you, great to see c++ tutorials. 👍
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
😤🙏
@Javeh2000
@Javeh2000 2 жыл бұрын
Love the new intro and thumbnails 🦾
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
Glad you like them
@voc007
@voc007 Жыл бұрын
works good in Ungine 2.16.1, just remember to save the world in Ungine, before you run the debugger in VS or else you will not see the black dot nor the "hi" message
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
Yes ofcourse 😤🙏
@UTTheLaw
@UTTheLaw Жыл бұрын
Thank-you! I needed that. I almost lost hope and UnInstalled!
@user-fc4hc5rg2m
@user-fc4hc5rg2m 2 жыл бұрын
let you do more videos about Unigine c++ Api I will tell about you all my friends and ask them to describe to your channel You can find mistakes in my message because I am Russian, but I think that it isn't important. Regards, Mikhail
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
I will, No problem my brother. thank you!
@VladimirEmelyanov
@VladimirEmelyanov 7 ай бұрын
thank you! You helped me to start.
@LazyUnigineDude
@LazyUnigineDude 7 ай бұрын
Glad I could help!
@Comandante_
@Comandante_ Жыл бұрын
thank you very much
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
Glad it helped 🥺❤
@Comandante_
@Comandante_ Жыл бұрын
@@LazyUnigineDude you do great and very helpful tutorials
@cscdvmp
@cscdvmp 2 жыл бұрын
Thanks !! I need more video like thiss
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
More to come! I am planning more as we speak!
@aleksandrrush4076
@aleksandrrush4076 6 ай бұрын
It feels like you are trying not to joke about C++ for a whole vid tho)
@LazyUnigineDude
@LazyUnigineDude 6 ай бұрын
Haha its c++, the hardest language to master all functions 😭🤌
@aleksandrrush4076
@aleksandrrush4076 6 ай бұрын
@@LazyUnigineDude ugh… i have no any idea what are you talking bout. what this function do??
@LazyUnigineDude
@LazyUnigineDude 6 ай бұрын
I mean like master the whole std library functions and all its subset, way too much info and mostly is not even used as much for eg in gamedev you could use coroutines or instead use chronos for event waiting. Or something like function pointers vs type erasure vs polymorphism vs templates.
@vcolino
@vcolino Жыл бұрын
Thank you very much! :)
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
Alls well ends well 😌❤
@lafadi5353
@lafadi5353 2 жыл бұрын
Thank you. Es muy conveniente)
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
Glad it helped you 😤🙏
@muhammadinaam2060
@muhammadinaam2060 2 жыл бұрын
Noice
@aidan6862
@aidan6862 2 жыл бұрын
I followed the video exactly and yet cannot get the engine to generate a prop file for me. I'm on Unigine 2.15.1 and Visual Studio 2022
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
You did the app system logic and unpacked the node reference too?
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
If it still doesn't work please show me the code at my email: lazy.unigine@gmail.com and I'll see what happened
@aidan6862
@aidan6862 2 жыл бұрын
@@LazyUnigineDude if you're referring to those 2 lines of code in AppSystemLogic::init() then yes
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
@@aidan6862 hmm then just send me a screenshot or copy paste of your code whichever you like and let me see what's up. Probably something interesting when we both figure it out
@aidan6862
@aidan6862 2 жыл бұрын
@@LazyUnigineDude Sent an email with my app system logic cpp , property class header, and property class cpp file attatched
@ru6984
@ru6984 Жыл бұрын
ExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellentExcellent
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
Thank you :)
@plusmorale
@plusmorale 2 жыл бұрын
Please, turn the background music down. Great tutorials, thank you.
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
Noted! I gotchu
@jcdentonunatco
@jcdentonunatco Жыл бұрын
When I try to compile, it complains that my component class has no appropriate default constructor. If I add one, it then complains that ComponentBase has no appropriate default constructor. I'm a bit confused because you don't even have a constructor in your code. My Class is same as yours. EDIT: Fixed it. It seems something broke upgrading from 2.15 to 2.15.1 I created a new project and now its happy
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
Normally you dont need a constructor for an inherited class from ComponentBase, just the COMPONENT_DEFINE(YourClass, ComponentBase); You can message me on Lazy.Unigine@gmail.com and send me screenshots/Files and i can look at them.
@karmawillgetchew210
@karmawillgetchew210 2 жыл бұрын
I did everything exactly and the black space did not show up for me it says nothing is wrong with the code. I am on 2.15.1 and visual studio 2019.
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
Hmm you enabled visualizer and added the point and still nothing? Interesting...is the code component property attached to a node in the game world?
@karmawillgetchew210
@karmawillgetchew210 2 жыл бұрын
@@LazyUnigineDude I went onto the editor turns out I forgot to save editor but the code was right💀lol
@LazyUnigineDude
@LazyUnigineDude 2 жыл бұрын
😩😩😩 Atleast it worked after the end 😤🙏
@karmawillgetchew210
@karmawillgetchew210 2 жыл бұрын
@@LazyUnigineDude ya 😩
@user-bg3lg4us8y
@user-bg3lg4us8y Жыл бұрын
To lazy
@LazyUnigineDude
@LazyUnigineDude Жыл бұрын
To lazy 🍷
UNIGINE TUTORIAL C++: Input Class
5:38
Lazy Unigine Dude
Рет қаралды 1,1 М.
20 Advanced Coding Tips For Big Unity Projects
22:23
Tesseract
Рет қаралды 179 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 9 МЛН
هذه الحلوى قد تقتلني 😱🍬
00:22
Cool Tool SHORTS Arabic
Рет қаралды 63 МЛН
At the end of the video, deadpool did this #harleyquinn #deadpool3 #wolverin #shorts
00:15
Anastasyia Prichinina. Actress. Cosplayer.
Рет қаралды 3,8 МЛН
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 11 МЛН
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 553 М.
Unigine C# & C++: Movement Types
8:16
Lazy Unigine Dude
Рет қаралды 381
Российский убийца Unreal Engine | Обзор движка Unigine
15:43
Роман Сакутин
Рет қаралды 155 М.
I Paid Game Developers on Fiverr to Make the Same Game
9:49
BadGameDev
Рет қаралды 3,4 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 159 М.
Turns out REST APIs weren't the answer (and that's OK!)
10:38
Dylan Beattie
Рет қаралды 152 М.
Building a Physics Engine with C++ and Simulating Machines
11:23
AngeTheGreat
Рет қаралды 695 М.
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 353 М.
English or Spanish 🤣
00:16
GL Show
Рет қаралды 9 МЛН