Hi all,
I have been wanting to try out a HDA I have been working on in Unity Engine. I have been following this [www.sidefx.com] guide in the docs.

I am on Linux Mint 22.3, the docs say the folder should be in:
\opt\hfsX.Y.Z\engine\unity. X.Y.Z
However, no such folder exists in the "engine" directory, only bindings, QTParameterUI, thirfts and tools.
I have uninstalled and reinstalled the Unity Engine plug-in through the launcher but to no avail. Clicking "Details" on the plug-in, it says that its in the /opt/sidefx/houdini_engine/Unity/22.0.425directory. Copying this into my (completely empty) Unity HDRP Project yields this error:

Assets/Plugins/22.0.425/Assets/Plugins/HoudiniEngineUnity/Scripts/Sessions/HEU_SessionHAPI.cs(743,11): error CS7036: There is no argument given that corresponds to the required formal parameter 'useSharedMemoryDataTransfer' of 'HEU_SessionHAPI.CreateThriftSocketSession(bool, string, int, bool, float, bool, bool, int)'
Any help in getting this set up?