Question: Unable to add Receiver.cs to Gameobject Component in Unity

Hello, im currently trying to stream a Revit Project to Unity. I followed the Tutorial in the docs. However after adding the speckle Package i cannot add the Receiver, Sender, etc Component to my Gameobject.

Hi @philcrash

The first thing you should always check, do you get any error messages in the console?
If Unity fails to compile any part of your project, new components may not be compiled.

I’d also recommend, if you haven’t already, restarting the unity editor.

You could also try creating a new GameObject with components like so:

Please let me know if you’re still unable to solve your issue, I’d be happy to troubleshoot further.