Skip to content

Can't share data between Unity and python #1

Description

@DEKAGATO

Need your help, I found out your amazing solution to communicate from Unity and python, but when i create in unity:
sm = new SharedMemory("test", 100, true, 60);
and in python:
sm0 = SharedMemory("test", 100, False, 30)
unity freeze about 1mins and after that:
Exception: Python has stopped.
PythonUnitySharedMemory.SharedMemory.WaitUnblocked () (at Assets/com.python-unity-shared-memory/Runtime/Core.cs:193)

Thanks for your help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions