Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

[Holograms 101]Error SendMessageUpwards has no receiver #37

Closed
MaximeGL opened this issue Jan 25, 2017 · 1 comment
Closed

[Holograms 101]Error SendMessageUpwards has no receiver #37

MaximeGL opened this issue Jan 25, 2017 · 1 comment

Comments

@MaximeGL
Copy link

Hello,

Context:

Holograms 101
When I tap on a spatial mesh I have this error: "SendMessageUpwards has no receiver"
This error appear only when I use Holographic Remoting Player for streaming my application via Unity (not with debug or release version).

Suggested solution:

Add l.25 in GazeGestureManager.cs the option DontRequireReceiver to SendMessageUpwards()
FocusedObject.SendMessageUpwards("OnSelect", SendMessageOptions.DontRequireReceiver);

I think we can have the same problem when we use SendMessage() without option

Maxime

keveleigh added a commit that referenced this issue Jul 7, 2017
@keveleigh
Copy link
Contributor

Fixed via 78342ba. Thanks for the suggestion!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants