Does it support Socket #28
|
Hii I tried to import Socket module. |
Replies: 5 comments
|
Where did you place the code in your project? It looks like it can't find a file; if you just copied the example without updating the path to where you actually put the files, it won't be able to find it. If you are still running into a problem, please share the search paths you set for the engine (you can get these by calling |
|
When I change the import socket to import Theard. It's work. But if I add import socket in blank script. I see the problem again |
|
I tested this on Unity 2019.3.12f1 and Unity 2019.3.1f1 on Windows, and importing If it works, then there must be something wrong in your project. Otherwise, there might be something weird about how your system is configured. If you're still unable to figure out the issue, please post a minimal project that reproduces the issue. |
|
Thank you for the help. I was play with the files And The problem solve. in mystery way. |


I tested this on Unity 2019.3.12f1 and Unity 2019.3.1f1 on Windows, and importing
socketworks in both versions. Maybe you accidentally deletedIronPython.Modules.xml? Anyway, give the attached project a try by runningAssets/Scenes/SampleScene.unity: test.zipIf it works, then there must be something wrong in your project. Otherwise, there might be something weird about how your system is configured. If you're still unable to figure out the issue, please post a minimal project that reproduces the issue.