Open MMD/PMX/VMD Model/Animation Dance Files in Blender (Working Miko Miko Dance Import)qubodupDev2020-09-10 | Open Blender 2.9 and 2.8x MMD/PMX/VMD Model/Animation Dance Files Subscribe for gamedev updates: http://bit.ly/qubodev
Tools from github.com/powroupi/blender_mmd_toolsFASTEST PBR Texture set up in BlenderqubodupDev2023-03-08 | 1. Node Wrangler 2. CTRL + SHIFT +T 3. Unwrap/ScaleRemove Open with Visual Studio from Folder Context Menu in Windows ExplorerqubodupDev2022-01-11 | Remove "Open with Visual Studio" from Folder Context Menu in Windows Explorer As seen and now finally answered in stackoverflow.com/questions/70491947/open-with-visual-studio-is-still-showing-even-after-uninstallingHow to get Dark Skin/Theme in Unity Free/PersonalqubodupDev2021-06-26 | Unity 2021, 2020, 2019 NOT 2018, NOT 2017, NOT 5, NOT 4 gives dark skin for 0$€¥. Works for 2022 and 2023 as well I'm willing to be my left apple.How to change Unity install location and move existing Unity InstallationsqubodupDev2021-06-01 | How to change the install path and Moving a Unity installation to a separate drive or partition. It's possible thankfully.Custom Imagebuttons instead of Basic Textbuttons in RenPy Main Menu GuidequbodupDev2021-05-31 | Image buttons in Ren'Py game main menu for a more unique look without messing up the pause menu (too much). 0:00 This is what we're working towards 0:10 Intro 0:22 Ren'Py project start 0:48 Default menu look 0:55 Menu background image 1:37 Resizing background image 2:41 Cut my image into buttons, this is my last resort 5:33 Export layers as images in GIMP 7:33 _hover versions of buttons 8:47 imagebutton instead of textbutton 10:35 get x/y position of buttons 11:40 imagebutton xpos and y position 12:32 button hover click sound* 13:40 save (load) button 15:45 vbox image position messed up fix 17:13 Shift-R (autoreload changes in RenPy) 19:16 Fixing imagebuttons on top of game menu
* You don't actually need the [ rectangular/square paranthesis ] after 'hovered'. Those are only needed if hovering the button is supposed to call multiple (comma-separated) functions.
Ren'Py download: renpy.org/latest.html Free Visual Novel resources on itch: itch.io/game-assets/free/genre-visual-novel PSD to PNG guide: [coming soon] Simple Music Loop tutorial: [coming soon]How to build PhysFS on Windows (libphysfs.dll/physfs.dll) & fix PhysFS failed to initialisequbodupDev2021-01-30 | Just making Trigger Rally run again. physfs site: icculus.org/physfs my 64 debug build of physfs.dll (renamed to libphysfs.dll): sourceforge.net/p/trigger-rally/bugs/27 (in the "Attachments" section) Visual Studio from: visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community Modding Trigger Rally: youtu.be/6duUNA4NYxM Trigger Rally gameplay: youtu.be/GPf9C2en-ioImport MMD Files in Blender 2.9 (PMD/PMX/VMD/VPD)qubodupDev2021-01-27 | For 👏 the 👏 third 👏 time. THIS IS THE LINK IN THE DESCRIPTION: github.com/powroupi/blender_mmd_tools First time: youtu.be/v-JfPYz5Nvo Second time: youtu.be/1xUPmWWDdfwHow to build Unity game on macOS for Windows in 3 minutesqubodupDev2021-01-09 | Export Windows 32bit or 64bit build on mac (aka Mac OS X) by following these steps. Want to learn how to export godot games? Here: youtu.be/cXahUh9Zfho Song about building for android: youtu.be/SOm73nica0YBlender 2.9 - Render Pure White Solid Background in Eevee (#FFFFF)qubodupDev2020-10-21 | If white background in Blender is grey/dark white, this will help. Render Pure White Solid Background in Eevee (#FFFFF) in Blender 2.9. I use either an object or compositor for this. Subscribe or thumbs up as thanks. If it took you years to figure this out, share your story in the comments. Have fun with the new version (they release really quickly lately, don't they)Fix Visual Studio Code Unity IntelliSense AutoComplete (ACTUALLY Working Solution)qubodupDev2020-10-01 | This has been bugging me for years. I finally sat down and settled things by staring Unity and vscode deep in its eyes. Also giving them blue eyes. Yes, I beat the living code out of software. It's a living. Good night.Hide Objects in ONE 3D VIEWPORT ONLY - Blender 2.8qubodupDev2020-09-24 | Hide objects in one view tab port (3d editing panel) but show in another window (preview render). In Blender 2.8 (very different from 2.79). Subscribe for gamedev updates: http://bit.ly/qubodevHow to add a simple Cube or Sphere with basic 3D Physics in GodotqubodupDev2020-09-17 | Just add a 3D ball. Or a box. Make it fall and roll. Basic collision and rigid body physics! How hard can it be, Godot Engine, who is open source and free and also a very small download? Well, it can certainly be different from Unity.Unity Fungus Beginner TutorialqubodupDev2020-09-03 | Fungus is an easy-to-use, free visual novel game engine (that happens to have a visual editor). It is free and open source. Pretty good stuff. Easier to get started with than Ren'Py for me at least. Subscribe for gamedev updates: http://bit.ly/qubodev (Easy, Free Visual Novel Game Engine for Unity)Godot Terrain TutorialqubodupDev2020-08-27 | Paint/draw terrain and slap textures on it in Godot. All you need is Godot. Subscribe for gamedev updates: http://bit.ly/qubodevHide in-the-way walls and ceiling in Blender 2.8 (Boost efficiency, remove frustration)qubodupDev2020-08-20 | Quick tutorial easy enough for beginners but useful for pros.Visual Studio C# Windows Forms Beginner Tutorial with Clickable Button Counter in Short VideoqubodupDev2020-08-13 | 0:00 Create a new project 0:25 Resize the window 0:33 First test 0:37 Change window title in Visual Studio 0:55 Properties panel in Visual Studio 1:11 Add a button 1:35 Resize window by typing in width and height 1:55 Change button text in VS2019 2:10 Modify Font size of button 2:22 Make button do something when clicked (beginner coding) 2:53 Create variable in C# 3:07 Increase int variable on button press 3:20 C# change button title 4:08 Always on Top of other windows in C# .net via Visual Studio 4:25 Change window icon via .ico image file in Visual Studio 4:48 Make ICO file in GIMP 6:00 Build C# Visual Studio project 6:05 Open folder of Visual Studio project build/binary 6:37 It's safe to delete the .pdb and .config files
Cool thing to do in C# is voice synth: youtube.com/watch?v=RSoTS4aysigTransparent Texture in Blender 2.9/2.8 Eevee Material - quick to-the-point tutorial videoqubodupDev2020-06-07 | Some videos are too long.Blender 2.83: How to Save a Render Keyboard Shortcut (it changed again)qubodupDev2020-02-28 | Shift + Alt + SNew in Blender 2.82: Cloth Simulation Internal SpringsqubodupDev2020-02-26 | Cloth Simulation Internal Cloth Springs tutorial and showcase + comparison with/without internal springs Subscribe for gamedev updates: http://bit.ly/qubodevC# Text To Speech (TTS) Synthesis Coding with Speech.Synthesis API (Easy)qubodupDev2020-02-20 | Speech Synthesizer Coding in Visual Studio with C#. Subscribe for gamedev updates: http://bit.ly/qubodevShort Blender Physics Animation Beginner TutorialqubodupDev2020-02-18 | [NEW] Blender 2.81 Beginner Animation Tutorial with Eevee Renderer. Beginner Blender 2.81 Animation Tutorial. Subscribe for gamedev updates: http://bit.ly/qubodevInstall/Run different Blender versions AT THE SAME TIME (2.91, 2.90, 2.79, 2.8, 2.81, 3.0...)qubodupDev2020-02-13 | How to handle multiple Blender versions. AKA How to use 2.79 plug-ins in 2.8, 2.9, 3.0 etc (HINT: YOU DON'T) just watch the video and rejoice at 15984% improvement of your life. *high fives future you* Subscribe for gamedev updates: http://bit.ly/qubodevUnity 2022 & 2021 APK Build Support: Android SDK & NDK ToolsqubodupDev2020-02-12 | No Android Module Loaded? Add Modules! Android Build Support / Android SDK & NDK Tools / OpenJDK. Short Unity 2022 and 2021 and 2020 singing tutorial for new Android Support, where you see how to setup Unity with Unity Hub, install Android Support + SDK + NDK tools. Also works in 2019 and 2018 (maybe even 2017)Get Standard Assets in Unity 2022, 2021, 2020, 2019 WITHOUT account sign-inqubodupDev2020-01-16 | Finally we can again enjoy all these packages WITHOUT having to log into a Unity account: 2D.unitypackage Environment.unitypackage Cameras.unitypackage ParticleSystems.unitypackage Characters.unitypackage Prototyping.unitypackage CrossPlatformInput.unitypackage Utility.unitypackage Effects.unitypackage Vehicles.unitypackage Works with Unity 2022, 2018, 2019, 2020, 2021 (lol) using 2017's standard assets and prayers to the god of backwards compatibility.
Subscribe for gamedev updates: http://bit.ly/qubodevHow to permanently Delete Unity Asset Store Packages (clean up My Assets)qubodupDev2020-01-15 | Where the Unity Asset Store files are located and how to delete them. Subscribe for gamedev updates: http://bit.ly/qubodevBlender 2.81 Eevee transparent material texture tutorial | Hide image alpha in 31 quick stepsqubodupDev2020-01-12 | Same for cycles: youtube.com/watch?v=S2bqqnEgudA Subscribe (or don't) for gamedev updates: http://bit.ly/qubodevFix Visual Studio AUTOCOMPLETE for Unity 2023 (and 2022, 2021, 2020, 2019, 2018, 2017)qubodupDev2019-12-04 | How to fix IntelliSense Support for Unity 2019/2020/2021/2017/2018/2022/2023 in Visual Studio 2017/2018/2019/2020/2021/2022/2023. Easy to do and quick fix for Visual Studio all versions with Unity - also all versions - IntelliSense support, which provides autocomplete. Visual Studio: fix the issue of Intellisense not working and fixing the Visual Studio 2019 AutoComplete Regression bug. Basically a simple Unity 2018/2020/2019/2021/2022/2023 with No intellisense in Visual Studio fix Subscribe for gamedev updates: http://bit.ly/qubodevHow to add Invisible Walls in Unreal Engine - UE4 TutorialqubodupDev2019-11-26 | Unreal Engine Tutorial INVISIBLE WALLS are EASY to build and often used for level design! More UE4 tutorials: youtube.com/watch?v=iPN2hWzfmP8&list=PLOWZMlyrJzvSXZiRo9dT1cwgLLiErlFCf&index=0 Subscribe for gamedev updates: http://bit.ly/qubodevBlender: Find Location/Path of Image (Where is my Texture?)qubodupDev2019-11-23 | Trouble finding your texture on your hard drive after opening an ancient blend project? No problem, I had the same thing! Subscribe for gamedev updates: http://bit.ly/qubodevUnreal Engine LIGHTING NEEDS TO BE REBUILT [Quick Fix]qubodupDev2019-11-20 | Unreal Engine Tutorial LIGHT NEEDS TO BE REBUILT is a common warning/error message in red that you really want to get rid of! More UE4 tutorials: youtube.com/watch?v=iPN2hWzfmP8&list=PLOWZMlyrJzvSXZiRo9dT1cwgLLiErlFCf&index=0 Subscribe for gamedev updates: http://bit.ly/qubodevHow to Convert a BLEND File to FBX (Blender)qubodupDev2019-11-15 | Quick Blender 2.8 guide for converting a blend file to fbx file format Subscribe for gamedev updates: http://bit.ly/qubodevUsing Blender 2.8 with Unity 2020, 2019, 2018 [FIX]qubodupDev2019-11-05 | How to use Blender 2.8 with Unity so that it WORKS without having to overwrite/reinstall 2.8 and delete 2.7. Keep 2.79 and 2.8 both at the same time! Subscribe for gamedev updates: http://bit.ly/qubodevHow to Convert Text to Mesh in Blender 2.7qubodupDev2019-11-03 | How to convert curve or text to editable mesh in Blender 2.7 (e.g. 2.79) with a shortcut. Just a reminder now that there is no default shortcut in 2.8 unfortunately. In this video, we learn how to turn a any type of curve into a mesh in Blender 2.7, no matter if Cycles is turned on or not. Subscribe for gamedev updates: http://bit.ly/qubodevBlender 2.9/2.8 Search Box ShortcutqubodupDev2019-11-01 | Blender 2.9 and 2.8 Search Box. The search function is very easy to use and it gets you to so many tool quickly
Subscribe for gamedev updates: http://bit.ly/qubodevBlender 2.8 Transparent Shadow [Blender Shadow Catcher in Cycles]qubodupDev2019-10-30 | Blender 2.8 has new features and new ui, here I show you the fastest way to get transparent shadows (shadows on no background) to get running if your setup is flexible enough. Subscribe for gamedev updates: http://bit.ly/qubodevHow to Convert Text to Mesh in Blender 2.8qubodupDev2019-10-28 | How to convert curve or text to editable mesh in Blender 2.8 with few clicks, now that ALT+C doesn't work since after 2.79 unfortunately. In this video, we learn how to turn a any type of curve into a mesh in Blender 2.8, no matter if Eevee is turned on or not. Subscribe for gamedev updates: http://bit.ly/qubodevHow to change the blender iconqubodupDev2019-10-26 | Logo icon for new Blender based on the original, that was used for 2.79 already and how to change the blender.exe logo icon. Because most of us will have multiple versions of blender around, I will show you in this video how to get the icon I made and how to replace the exe file (and file type association) icons in Windows so that you can easily tell, which version of Blender you are using and which is standard. Subscribe for gamedev updates: http://bit.ly/qubodev
Get the icon from github.com/qubodup/New-Blender-Icons Get the tool to replace the blender.exe icon from http://www.angusj.com/resourcehackerHow to extract Textures and Pictures from any Game (UE4, Unity and more)qubodupDev2019-10-24 | To recover your textures, images, pictures and other assets from a binary-only (exe build) of your game, you need can use this tool. It will extract textures loaded into the rendering engine and allow you to recover even encrypted Unreal Engine art assets without the need to decrypt them on your own. Great for recovering your own works, useful for modding and fanart as well. Subscribe for gamedev updates: http://bit.ly/qubodev - also see youtube.com/watch?v=Nxl0OcoArZ8 for UE4 Audio ripping/extractionHow to render and save an image in Blender 2.8 Eevee - Beginner TutorialqubodupDev2019-10-23 | Blender 2.8: Save a rendered image with this keyboard shortcut. Subscribe for gamedev updates: http://bit.ly/qubodev The pressed key is Shift+S and not F3 any more.Clickteam Fusion 2.5 Beginner Tutorial - Make and Release A Small Free GamequbodupDev2019-10-14 | Making a game with Clickteam Fusion 2.5 is SURPRISINGLY EASY! I did not expect to be able to make a tutorial THIS. SHORT. Wow. I did not only make a game in this time with even a game over screen - I managed to publish it online on a website for everybody to see and play. Amazing! Download Clickteam Fusion for free: youtu.be/OgVp19_x8RQ Subscribe for gamedev updates: http://bit.ly/qubodevHow to Download and Install Clickteam Fusion 2.5 (Free Edition)qubodupDev2019-10-11 | Clickteam Fusion 2.5 beginner first step - how to get Clickteam Fusion 2.5 for free! (You will know why I'm making this video later ;) ) Subscribe for gamedev updates: http://bit.ly/qubodevAsus T100 for Game Development? (32-bit)qubodupDev2019-10-02 | Well, you CAN install Unity on 32-bit windows - see youtube.com/watch?v=o_2KwEevyzs , so kind of yes. You could also go Godot... Subscribe for gamedev updates: http://bit.ly/qubodevHow To Download Unity 32 Bit (Install Unity Windows 32 Bits)qubodupDev2019-09-12 | Starts 0:02 - Old computers want to game dev too. Get and install unity after downloading it for free from the official, legal, free website at unity3d.com/get-unity/download/archive (but you have to pick the right section and use the correct drop-down menu see 0:02) Subscribe!
0:02 Download Unity 32bit (free and legal) 0:56 Install Unity 32bits Windows (no login needed)
Is Unity 32 Bit available? Is there a free version of Unity? This video answers both these questions.How to use Docker to build an application - beginner tutorialqubodupDev2019-07-13 | Using docker as a COMPLETE beginner (never used or heard of it before) to build an open source game project that provides the files for building it in Docker. You can find the project used in this example at github.com/blockattack/blockattack-game Subscribe for gamedev updates: http://bit.ly/qubodevBlender Python Scripting: Modify all material texture interpolation settings at oncequbodupDev2019-06-23 | Chaining one command, batch-modifying all materials in the file/scene, so you don't have to click 100 times. Subscribe for gamedev updates: http://bit.ly/qubodevBlender Cycles Random Bright Pixel Noise FIX (Fireflies Workaround)qubodupDev2019-05-05 | Let's get rid of white/bright pixels appearing randomly as noise in the scene! The cycle render giveth and we take from the cycles renderer away! Let's fix that noise! (I have had it wit these pixelflipping fireflies on this polyflipping model!!!) Subscribe for gamedev updates: http://bit.ly/qubodevSync Animation to Audio or Music in BlenderqubodupDev2019-05-04 | Synchronizing an animation to sound/music is easy but you have to see it once at least. You just need to drop the audio file in the VSE and position it at the beginning of the animation. If you want to learn more about Blender Video Editor, see this video: youtu.be/Ss0ATxE0bNI Subscribe for gamedev updates: http://bit.ly/qubodev
People were asking: Can i animate with sound so i can sync the animation to the sound? Is there any way to put a song in blender, and have it in the timeline so if i scroll trough the animation it plays? Or anything close to it that could help me sync the animation to the song. (from reddit.com/r/blender/comments/7walyy/can_i_animate_with_sound_so_i_can_sync_the )Unity: Paint Ethan Character UV TexturequbodupDev2019-03-13 | Simple texture painting beginner tutorial using standard asset ethan in Unity3d. Part 1: youtu.be/u26KiMpM5KM Subscribe for gamedev updates: http://bit.ly/qubodev