SteamCore 1.4.2

General

  • Added an extra check when running Async functions that SteamPtr is valid
  • You can now pass in Session Attributes when creating SteamCoreSessions
  • You can now pass in Search Settings when searching for SteamCore Sessions
  • Search results will try to populate the SearchSettings array when finding Sessions

Creating Thumbnail Borders

You can use the PostProcess material features with the Thumbnailer Plugin to create special effects, in this case we’ll take a look at how to make a simple Border around our image.

Creating the Material

Begin by creating a new Material, make it a “Post Process” material, the 0.1 const value determines how “thick” our border will be, this is a percentage value ranging from 0 to 1 (1 being 100%).

Using our Post Process material

Expand the Post Processing settings -> Rendering Features -> Post Process Materials and select our Material, if you don’t notice any difference you can Disable / Enable the checkbox “Post Processing Enabled

Your thumbnails will now have a border surrounding the Thumbnail, you can extend this functionality using your own textures or whatever you want to use for your custom borders.