Skip to content

Can't share data between Unity and python #1

@DEKAGATO

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

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