Meetem
meetem.bsky.social
Meetem
@meetem.bsky.social
Rendering Engineer | C# lover and Unity Performance Maniac. | 🇺🇦 переможе
https://meetemq.com/
Pinned
DX12 Bindless Plugin for Unity3D is now open source, and you can use it in your projects! Can be useful for writing a custom GPU Driven Renderer. (github below)
DX12 Bindless Plugin for Unity3D is now open source, and you can use it in your projects! Can be useful for writing a custom GPU Driven Renderer. (github below)
October 11, 2025 at 2:53 PM
Reposted by Meetem
Had to find certain text from 1h video file.. It was faster to build tool for that, instead of trying to scrub the video in player.. Initial version is here: github.com/unitycoder/F... #Tools
GitHub - unitycoder/FindTextFromVideo: Tool to search video file for text using OCR
Tool to search video file for text using OCR. Contribute to unitycoder/FindTextFromVideo development by creating an account on GitHub.
github.com
November 19, 2024 at 8:41 PM
This is the "native engine API" I made for @guycalledfrank.bsky.social
's game. It allows to replace native tex. pointer of existing Texture2D/3D for custom streaming.
And forceRenderingOff may now be set from non-main thread w/o engine overhead
Not under NDA, nor owned. So DMs are open :)
November 6, 2024 at 8:51 AM
Bindless for Unity on DX12!
Prepare your GPU Driven Pipelines :)

By default Unity doesn’t provide API for bindless, nor any way to implement it, yet it is possible. Crucial for faster raytracing / GPU Driven Pipeline.
October 23, 2024 at 4:45 AM
Quick layout overview of default .NET types: System.Object, T[] arrays and string.

https://meetemq.com/2023/09/27/managed-primitives-part-i/
Managed primitives Part I
In the Part 1 the layouts of: 1. System.Object 2. T[] array 3. string This article also reveals how to access those types in unsafe or unmanaged environment. How we can change the object type or get ...
meetemq.com
September 27, 2023 at 12:52 PM
Field offsets are good stuff to read/write fields without incurring into reflection, so we can avoid TypedReferences (not supported in IL2CPP) and also we avoid GC allocations for fieldInfo.SetValue(object target, object value)

https://meetemq.com/2023/09/10/nets-fields-and-their-offsets/
.NET(s) Fields and their offsets
Field offsets can help you in numerous ways, first what comes in mind is that you can set fields of the struct or class instance without using TypedReference (doesn't work in IL2CPP) and without GC al...
meetemq.com
September 10, 2023 at 7:42 AM
ILCall library for native and managed function calling by function pointer just landed!
It works cross-runtime, .NET, Unity, in IL2CPP and Mono, Burst, on ARMs and x86/x64 platform.

It’s also allowed to pass classobj to native land and vice-versa.

https://github.com/Meetem/ILCall
GitHub - Meetem/ILCall
Contribute to Meetem/ILCall development by creating an account on GitHub.
github.com
September 5, 2023 at 5:15 PM
August 21, 2023 at 4:35 AM
Daaamn, dis goot
August 4, 2023 at 2:18 PM
Hello, everyone!
I’m Alex, Software Engineer and Performance Engineer, with the skills in C#, C++, Unity, native plugins, video playback/encode, and more. Working on optimizing games and exploiting Unity to squeeze more performance.
August 4, 2023 at 1:49 PM
Finally, my invite got its way to me c:
Hello, bluesky
August 4, 2023 at 4:07 AM