Y

YouLibs

Remove Touch Overlay

Simple Framerate FPS Counter in 30 SECONDS!

Duration: 00:32Views: 14.1KLikes: 837Date Created: Feb, 2022

Channel: Code Monkey

Category: Education

Tags: unity framerateunity 3dcodeunity frames per second displayunity tutorial for beginnersunity frames per secondgame developmentunitycodinggame devcode monkeyunity game tutorialunity tutorialunity framerate counterlearn programmingunity tutorialsprogrammingunity fpsunity 2dc#unity 3d tutoriallearn to codesoftware developmentgame designunity fps countergame development unityhow to make a gameunity 2d tutorial

Description: โœ… Here's a super simple tutorial on how to make a basic FPS counter #shorts ๐ŸŒ Get my Complete Courses! โœ… unitycodemonkey.com/courses ๐Ÿ‘ Learn to make awesome games step-by-step from start to finish. ๐ŸŽฎ Get my Steam Games unitycodemonkey.com/gamebundle ๐Ÿ”ด RELATED VIDEOS ๐Ÿ”ด Quick Unity Tutorials youtube.com/playlist?list=PLzDRvYVwl53uHV36abTLYNmg5jHGQ7SI4 ๐Ÿ’ฌ The easiest way to make an FPS counter is to simply do some math using Time.deltaTime It has the number of seconds elapsed since the last frame so with 1f / Time.deltaTime you get an instant FPS counter. To make it more smooth, just store multiple deltaTimes in a List and average them out. ๐ŸŒ Get Code Monkey on Steam! ๐Ÿ‘ Interactive Tutorials, Complete Games and More! โœ… store.steampowered.com/app/1294220 If you have any questions post them in the comments and I'll do my best to answer them. ๐Ÿ”” Subscribe for more Unity Tutorials youtube.com/channel/UCFK6NCbuCIVzA6Yj1G_ZqCg?sub_confirmation=1 See you next time! ๐Ÿ“ Support on Patreon patreon.com/unitycodemonkey ๐ŸŽฎ Grab the Game Bundle at unitycodemonkey.com/gameBundle.php ๐Ÿ“ Get the Code Monkey Utilities at unitycodemonkey.com/utils.php #unitytutorial #unity3d #gamedev -------------------------------------------------------------------- Hello and Welcome! I'm your Code Monkey and here you will learn everything about Game Development in Unity using C#. I've been developing games for several years with 8 published games on Steam and now I'm sharing my knowledge to help you on your own game development journey. I do Unity Tutorials on just about every topic, Unity Tutorials for Beginners and Unity Tutorials for Advanced users. You can see my games at endlessloopstudios.com -------------------------------------------------------------------- - Other great Unity channels: Unity - youtube.com/user/Unity3D Brackeys - youtube.com/user/Brackeys Dani - youtube.com/channel/UCIabPXjvT5BVTxRDPCBBOOQ Jabrils - youtube.com/channel/UCQALLeQPoZdZC4JNUboVEUg BlackthornProd - youtube.com/channel/UC9Z1XWw1kmnvOOFsj6Bzy2g Sykoo - youtube.com/user/SykooTV Jason Weimann - youtube.com/channel/UCX_b3NNQN5bzExm-22-NVVg Jonas Tyroller - youtube.com/channel/UC_p_9arduPuxM8DHTGIuSOg -------------------------------------------------------------------- - Website: unitycodemonkey.com - Twitter: twitter.com/UnityCodeMonkey - Steam: store.steampowered.com/developer/EndlessLoopStudios

Swipe Gestures On Overlay