• packages will be re-downloaded automatically

    #Unitytips Deleting an Unity Editor version does not empty the cache. That needs to be done manually. On Windows its in %localappdata%/Unity/cache If deleted b

  • UI Toolkit oddity

    #Unitytips Lets start the year with a niche UI Toolkit oddity. Ever wondered why you cant change the color of your GraphView Edges when building a node editor

  • put the settings into a ScriptableObject

    #UnityTips Do you have components with many settings that are spread troughout your scene? It could be useful to put the settings into a ScriptableObject. Chan

  • Binary Impact at the Africa Games Week 2023

    How often do you find yourself participating a global exchange event within the gaming industry? Even in the role of the regional representative for Rhineland-Palatinate within the German Game Association, game e.V., such opportunities are relatively scarce.

  • object and collection initializers you can make the code easier

    #CodingTips With object and collection initializers you can make the code easier to read while writing less code. This is a very simple example. In much more c

  • WebGL loading spinner

    #UnityTips It can sometimes take time for a Unity #WebGL application to load completely. To compensate for that you can override your WebGL template and add a

  • Use record types to create objects

    #CodingTips With #unity3d Version 2021.2 onwards and #GodotEngine 4.0 a #csharp 9 feature is usable in your scripts. Use record types which provide a very easy

  • how to roughly measure the runtime

    #codingTips This is a way how to roughly measure the runtime of your methods in #csharp 👇#gamedev #unitytips #GodotEngine pic.twitter.com/99pcAeZhwX —

  • define your own implicit casts for your classes

    #CodingTips With the use of the implicit keyword you can define your own implicit casts for your classes. Very useful if you want to keep your code free of thi

  • Custom inspectors can be implemented as nested classes

    #unitytips Custom inspectors can be implemented as nested classes which get access to private members of their target. Its helpful for accessing non-serialized

  • create your own build pipelines via script

    #UnityTips Did you know you can create your own build pipelines via script? If your build has special requirements you can create your own with custom scripts.

  • Do you know the #csharp In Keyword?

    #codingTips Do you know the #csharp In Keyword? It is similar to the ref or out keywords! Here is a short overview: in arguments cannot be modified- ref argume

  • all possible versions to iterate

    #CodingTips We, as announced, would like to share tips with a wider usage. Therefor today we got all possible versions to iterate through a List in #csharp.#in

  • is Linq actually is slower in sorting collections of primitives in c#?

    #CodingTips Ever wondered if Linq actually is slower in sorting collections of primitives in #csharp ? Turns out it is quite a bit 😱 See our test resul

  • Forschungsprojekt CARVE-DL wird vorgestellt

    Am gestrigen Montag präsentierten das Landeskriminalamt Rheinland-Pfalz, das Deutsche Forschungsinstitut für Künstliche Intelligenz und der rheinland-pfälzische Innenminister Michael Ebling mehrere Teilprojekte einer bundesweit einzigartigen Kooperation im Bereich der Künstlichen Intelligenz.