- Видео 84
- Просмотров 118 486
P4Programmer
Канада
Добавлен 5 дек 2019
An education channel
EP:06 | Fixing Main Player Movements & Transition | Unity Exit Transition
Descriptive blog about the game: pwoly.com/blog/Duke-Unity-2D-Game-Project
Eliminating the sliding/skating movement of the Main Player
The main player sliding happens due to the condition flaw in the PlayerWalk() function. In the PlayerWalk function, it doesn't state what would be done when the move value equals to 0.
Stopping the delayed animation of the Main Player
Go to Animator - Select the Transition -uncheck the Has Exit Time box, and do the same configuration to both the transitions this will result in the execute the perfect timing for the animation.
Eliminating the sliding/skating movement of the Main Player
The main player sliding happens due to the condition flaw in the PlayerWalk() function. In the PlayerWalk function, it doesn't state what would be done when the move value equals to 0.
Stopping the delayed animation of the Main Player
Go to Animator - Select the Transition -uncheck the Has Exit Time box, and do the same configuration to both the transitions this will result in the execute the perfect timing for the animation.
Просмотров: 77
Видео
Unity Engine Animator and Animation Transition | How to use conditions with Animation Transition
Просмотров 6 тыс.Год назад
Descriptive blog about the game: pwoly.com/blog/Duke-Unity-2D-Game-Project Creating Animation Transition - To create a transition between animations, go to Animator and create an int (data type) parameter called "Speed". 🤔 What is Animator? An Animator Controller allows you to arrange and maintain a set of Animation Clips and associated Animation Transitions for a character or object. - After c...
Moving the main player using the script | Connecting the player components to the unity properties
Просмотров 1392 года назад
Descriptive blog about the game: pwoly.com/blog/Duke-Unity-2D-Game-Project
Rigidbody 2D & Box Collider 2D to the game object
Просмотров 1,1 тыс.2 года назад
Descriptive blog about the game:pwoly.com/blog/Duke-Unity-2D-Game-Project Adding more game objects & component Create the Ground game object, go the templates / sprites / environment / Tiles, select any tiles you like and game and drop tot eh scene, rename it as you want. Then add Box Collider 2D to the the object. What is Box Collider 2D? For assets in a 2D project to have a physical presence ...
Player Animation Idle & Setting default animation using Animator
Просмотров 1112 года назад
Player Animation - Player Idle Select the Idle frame from the Hero Sprite and slice the corresponding frames and right click then create animation and store that inside the animation folder. Making Degault Animation Creating default animation using the animator Descriptive blog about the game:pwoly.com/blog/Duke-Unity-2D-Game-Project
Duke Unity Engine Game Project Boilerplate
Просмотров 952 года назад
Creating a 2D game with Unity Engine, hope you guy like. I will be sharing the git repo in the future video. Cheers! Descriptive blog about the game:pwoly.com/blog/Duke-Unity-2D-Game-Project
EP:07 - Arrays in Solidity | Declaring Arrays | Initializing Arrays | Accessing Array Elements
Просмотров 552 года назад
The array is a data structure, which stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type. Assets Store: www.downloadhere.co/
EP:06 What is Mapping? (Introduction to mapping in solidity)
Просмотров 2642 года назад
Mapping in Solidity acts like a hash table or dictionary. Mapping is used to store the data in the form of key-value pairs. Assets Store: www.downloadhere.co/
EP:05 - What is a Constructor Function in Solidity?
Просмотров 2572 года назад
Check out the Assets store www.downloadhere.co/ What is a constructor in Solidity?
EP:04 - Solidity Variables and Data Types, Visibility and Smart Contract Deployment
Просмотров 772 года назад
Check out the Assets store www.downloadhere.co/ Solidity Variables and Data Types, Visibility and Smart Contract Deployment
EP:03 - Pragma Solidity, Remix-Ethereum, Creating Smart Contract
Просмотров 5982 года назад
IDE for coding: remix.ethereum.org/ Assets Store: www.downloadhere.co/ Pragma Solidity, Remix-Ethereum, Creating Smart Contract What is solidity? Solidity is the primary code language currently used for implementing smart contracts. It is developed on the Etherum platform. Allows to write smart contacts and blockchain Dapps
EP:02 - Introduction to ERC, EIP and ERC-721
Просмотров 812 года назад
EP:02 - Introduction to ERC, EIP and ERC-721
EP:01 - Introduction to Solidity and Smart Contract
Просмотров 822 года назад
EP:01 - Introduction to Solidity and Smart Contract
Best Assets Store to start your projects. Download the best projects, templates, source codes
Просмотров 122 года назад
Best Assets Store to start your projects. Download the best projects, templates, source codes
How to install any OS inside a Raspberry Pi, how erase a OS, How to install custom OS
Просмотров 1333 года назад
How to install any OS inside a Raspberry Pi, how erase a OS, How to install custom OS
How to import preset to Lightroom | Best free Lightroom presents | Programmer #editing
Просмотров 323 года назад
How to import preset to Lightroom | Best free Lightroom presents | Programmer #editing
Binary Search Algorithm Explained (Full Code Included) - Python Algorithms Series for Beginners
Просмотров 483 года назад
Binary Search Algorithm Explained (Full Code Included) - Python Algorithms Series for Beginners
The linear search algorithm in Python with Example and Code #python #searchalgorithms #Programmer
Просмотров 343 года назад
The linear search algorithm in Python with Example and Code #python #searchalgorithms #Programmer
How to create an invalid traffic program using python | This video is only for educational Purpose
Просмотров 354 года назад
How to create an invalid traffic program using python | This video is only for educational Purpose
AnimationEvent has no function name specified in Unity Solution | Unity Animation Errors|Programmer
Просмотров 16 тыс.4 года назад
AnimationEvent has no function name specified in Unity Solution | Unity Animation Errors|Programmer
How to get Good Graphics HDRP Intro to HDRP in Unity | Achieving high fidelity graphics for games
Просмотров 5444 года назад
How to get Good Graphics HDRP Intro to HDRP in Unity | Achieving high fidelity graphics for games
Google Play Console Lost Keystore for app release Solved | Kystore Lost | Keystore Update|programmer
Просмотров 20 тыс.4 года назад
Google Play Console Lost Keystore for app release Solved | Kystore Lost | Keystore Update|programmer
Up and down controlling script for Game object using C# in Unity
Просмотров 784 года назад
Up and down controlling script for Game object using C# in Unity
Navigate one Scene to another in Unity | Programmer
Просмотров 1664 года назад
Navigate one Scene to another in Unity | Programmer
Bro, i dont know wtf is wrong with this project. Tried everything from internet and still got no results, even after watching your video thought it would work but NO its not working. Anything for last resort? Or should i just delete this project which i have been working for 4 months💀
I'm only getting the "check box in minify section" not getting the drop down menu....any suggestions?
Thank you so much! I must’ve accidentally added an animation event without even realizing it.
help it says playerBody does not exist in this context
thank you it worked!!
it wasn't helped me😢
hi! i'm on 2021.3.3f1 and I downloaded Android Build Support, but when I go to edit, project settings and player, it doesn't appear there.
helpful thank you
when i do the exact code or even try to fix it i get an error!
الماوس الايمن لايعمل عندي ولا استطيع عمل make transaction بسبب ذلك ما الحل
Bro thx you working good .! and One Big Like
thx
You are welcome
Thank you very much brother!
Thank you, saved me!
Thanks
I have a problem. When I have "Menu_Start" and "Menu_End" animation clips, "Menu_End" works correctly and the animation starts, but "Menu_Start" does not turn on and I don't know what could be the reason. In Transitions from "Menu_End" to "Menu_Start" it is set to Equals and the value 1. And vice versa, it is set to Equals and the value 0. In the code I have, for example, IEnumerator TransitionToGameMenuScene() { MenuLoaderAnimator.SetInteger("Menu", 1); yield return new WaitForSeconds(1f); GM.SetActive(true); Time.timeScale = 0f; } Then I fire it with corutine in the appropriate place. For "Menu_End" it works, but for "Menu_Start" it doesn't. I've had this problem for over two months now and I still haven't managed to solve it, I'd appreciate any help.
Can you share shared the code with me
thx mate
You are welcome
Thanks
No worries
me salia mucho este error gracias
Thanks, solved the problem i was getting crazy about!
THANK YOU SO MUCH
No worries.
Bro! 2 days more than 20 hours!! I was about to trash my 2 years game, just on releasing time. Thank you very much!
I'm so happy to hear that. Thank you mate
It is like I could not see the tip of my nose and you directly point it to me. Thank you so much!
Thank mate
Hi When I click "Make Transition" the option dont display the arrow to conect, I try to find any solution on forums but nothing so far, any help?
do you still have that problem?
@@starkwon7299 I solve it, was the version, I was in alpha 2023
@@eckt0ry720 bro this error only happen in alpha 2023?
@@arbsgaming9444 I download 2022 and all good so far
If i deleted that animation that i knw
the video was very helpful, thanks
Thank you very much
Thanks a lot!!!
No worries
Yep, thanks
eu te amo irmao
you ge a like and sub
Thank you so much!!
bruhhh that was it i stop working on 30 projeckt thinking it was a unity isu
thank you very much!
You are welcome.
How would that work for swimming ?
Thank you
You are welcome
why dont we just put Particle component into the Ball prefab?
It's a good question, it all depends on what is the use case.
thy bro
your are spawning new game object each time, without deleting them. Your game will lag
You are right. I will update the video shortly.
Thank you very much!
No worries.
Works in December 2022!! Tnks!!!
Thank you
Hi, i am using version 2022, i can't find gradle for build system? Can you help me?
Let me check I will get back to you.
а как тогда выложыть игру в плей маркет там же некоторые настройки закрываютса такие как билд для плеймаркета что делать тогда
Nice and thanku
You are welcome.
Thank you my friend! Worked for me :)
You are welcome 😊
After doing that we can share the updated apk directly to users?!
It depends upon the app licencing, if it is a static app yes that's all.
@@p4programmer. Thanks for response🌷. What do you mean by static app ?!
That means the app just renders the functional or class components and does have a dynamic CRUD function.
Another good 1!🥂🥂
Thanks
dziękuję kochany przyjacielu z kraju cury <3
Thanks, this helped! This occured in my project which I haven't opened a month, don't know how that animation event appeared there.
Bro Keep up the phenomenal work
For sure
Thank youuu so muchhh !!!
Can I download this later
Sure
@@p4programmer. thanks