JQHY
NNormal
•Created by JQHY on 3/24/2025 in #🤝ask-a-question
Error with RealtimePool on updating to 2.15.1: AsyncInsantiateOperation<> could not be found
I have returned to a project using Normcore which I had not updated for a month or so. I updated Normcore to version 2.15.1 and some errors immediately appeared on the first recompile.
Library\PackageCache\com.normalvr.normcore@2.15.1\Normal.Realtime.Shared\Pooling\RealtimePool.cs(216,16): error CS0246: The type or namespace name 'AsyncInstantiateOperation<>' could not be found (are you missing a using directive or an assembly reference?)
This error was consistently repeated for some other lines in the RealtimePool.cs file.
Checking the changelog, I saw that the RealtimePool system had been added in version 2.15.0. I reverted to that version and had the same problem. Was there an issue with the original configuration of my project, or is this a known issue? I'll admit I didn't look very closely before confirming the Normcore update, since it works without issue normally. Any help or advice appreciated.14 replies