You can reduce the MeshCollider complexity by setting it to Convex
#Unitytips You can reduce the MeshCollider complexity by setting it to Convex. It is faster to calculate, but convex colliders cant be curved inward. To illustr
Should you ever encounter the problem with missing Meshes in your MeshColliders
#Unitytips Should you ever encounter the problem with missing Meshes in your MeshColliders on your custom #ProBuilder objects just don't panic and run this
Gib dir die Kugel! Puzzle-Platformer BEAM erscheint am 29. September auf Steam
Das rheinland-pfälzische Studio Binary Impact veröffentlicht sein Erstlingswerk „BEAM“ am 29. September 2020 exklusiv auf Steam. Das Spiel kann bereits jetzt
Making Acid Liquid with Shader Graph in Unity
For our game BEAM we recently needed a shader that visualized some sort of acid or nuclear waste. After showing some pictures on our social media channels we g
Share Color libraries with your team
#UnityTips Share Color libraries with your team!Create a library file from the color picker to your Project folder. You'll find it in the Editor sub folder
Tidy up your probuilder UVs with just a few clicks
#UnityTips Tidy up your #probuilder UVs with just a few clicks!1. Position the first face to your liking.2. Hold CTRL3. Left Click the neighboring face.4. Enjoy
Fast and easy placement of prefabs that are supposed to be next to each other
#UnityTips Fast and easy placement of prefabs that are supposed to be next to each other:1. Drag the prefab as child of an existing object.2. Reset the transfor
If you are tired of dragging an object to the border of the hierarchy to move it in large scenes, here is a trick
#UnityTips If you are tired of dragging an object to the border of the hierarchy to move it in large scenes, here is a trick:1. Select your object2. Scroll to t
In cooperation with LITE Games we present „MasterMind Deluxe“
Logic puzzles are your thing? No brainteaser is too tricky for you? Your mastermind has cracked every code in the book? Then MasterMind Deluxe is perfect for y
You can set the pitch of an AudioSource to a negative value to play it backwards
#UnityTips You can set the pitch of an AudioSource to a negative value to play it backwards!You have to set the AudioSource.timeSamples to AudioSource.clip.samp
Use the reset method to fill your values with standards
#UnityTips Use the reset method to fill your values with standards.Very usefull to reduce the amount of drag and drops.#gamedev #indiedev pic.twitter.com/bMGtwW
Raspberry Pi: Kompendium: Linux, Programmierung und Projekte
Für Sebastian Pohl (Mitgründer Binary Impact GmbH) was es schon immer besonders interessant, Elektrogeräte nicht einfach wegzuwerfen, wenn sie nicht mehr funkti
Add custom icons to your scriptable object instances
#UnityTips Building on last weeks tip: Also add custom icons to your scriptable object instances.Put an image in the Gizmo folder (subfolders for namespaces) na
You can use your own custom icons for your scripts
#UnityTips You can use your own custom icons for your scripts. 🤯#gamedev #indiedev pic.twitter.com/ys4VqJLba9— Binary Impact (@BinaryImpactG) June
Create another level in the layer/tag dropdown menu by adding a slash
#UnityTips Create another level in the layer/tag dropdown menu by adding a slash.Helpful when organizing layers and tags for extensive projects.#gamedev #indied