• Can’t see your #visualeffectgraph effect in your camera?

    Finally! It is #unitytips Tuesday again!Can't see your #visualeffectgraph effect in your camera?Maybe you need to adjust your bounds to intersect with the c

  • A Tuple is a data structure which gives you a way to represent multiple values

    A Tuple is a data structure which gives you a way to represent multiple values (not necessarily of the same type) It got introduced with c# 7.0One of the advant

  • Did you encounter a problem with the new InputSystem rebinding UI?

    Did you encounter a problem with the new InputSystem rebinding UI? It does not record space or return? The cause is the EventSystem catching those keys for the

  • #UnityTips Here is an easy way to accomplish a button held down state with the new #unity #InputSystem

    #UnityTips Here is an easy way to accomplish a button held down state with the new #unity #InputSystemSet the Action to Press and Release to get 2 callbacks to

  • Want to create save files? Need a way to serialize unity base types?

    #UnityTips Want to create save files? Need a way to serialize #unity base types?Write small classes to help you with this. Check out this example for Vector3.It

  • Do you miss collisions on fast moving objects?

    #unitytips Do you miss collisions on fast moving objects?Set the collision detection to continuous in the attached Rigidbody to catch them. The image explains t

  • Global Game Jam 2020 in Koblenz: 8 game projects in 48 hours

    Last weekend, Binary Impact hosted the Global Game Jam for the third time in the row at TZK - Technologiezentrum Koblenz and for the fourth time in total. Unde

  • The unity profiler can be controlled via script with the profiler class.

    #UnityTips More #optimization tips:The #unity3d profiler can be controlled via script with the profiler class. Very useful methods are the delimiter ones that a

  • Simple performance tip

    #UnityTips Simple performance tip today:Using gameObejct.tag in any check is about 50% slower than using gameObject.CompareTagSource: Unity 5 Game Optimization

  • You can use a scriptable object to store settings for your project and have it change the objects in real time in the editor

    Here is the Code. The Red Box is the scriptable object. Subscribe to the UnityAction to get a callback when the color changes. pic.twitter.com/BpxLnABXPB—

  • If a version is missing to open a project in the #UnityHub

    #UnityTips If a version is missing to open a project in the #UnityHub you can click the warning icon to install that missing version.#gamedev #indiedev #unity3d

  • Unity Tutorial – Visual Effect Graph – Fireworks in 2 minutes

    The year comes to an end and it is time to celebrate again. If you would like to add some fireworks to your project you can follow this simple tutorial and lea

  • use gpu events in your #vfxgraph effects to add layers and stages

    #unitytips use gpu events in your #vfxgraph effects to add layers and stages. Learn how to do it with this short fireworks tutorial: https://t.co/pOIGtaMBpz - W

  • Unity Tutorial – Visual Effect Graph – Snow in 90 seconds

    Mit diesem Tutorial feiern wir Weihnachten mit Euch. Für einen tollen Schnee- oder Regeneffekt mit dem VFX-Graph verwendet den Tile/Warp-Node und lasst das Obje

  • For a convincing snow or rain effect with the #vfxgraph, use the Tile/Warp node and make the volume follow the camera

    #unityTips For a convincing snow or rain effect with the #vfxgraph, use the Tile/Warp node and make the volume follow the camera.Here is a short #tutorial on ho