Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Select which Unreal Engine instance to connect to #3

Closed
francoisgfx opened this issue Jan 19, 2023 · 4 comments
Closed

Select which Unreal Engine instance to connect to #3

francoisgfx opened this issue Jan 19, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@francoisgfx
Copy link

Hey,

I started a similar plugin some time ago. yours is much more complete than mine. If you want to get rid of the python part for the communication, I ported their code to TS here https://github.com/francoisgfx/remote_execution.ts

cheers,

F.

@nils-soderman
Copy link
Owner

Hi,

Nice, I did something similar with https://github.com/nils-soderman/vscode-unreal-python/blob/main/src/modules/remote-execution.ts

The python scripts you'll find in this repo are just small scripts that needs to run in the editor for various reasons.

Cheers,
Nils

@francoisgfx
Copy link
Author

It would be nice to be able to select the UE instance. The original implementation let you do that.
https://github.com/francoisgfx/vscode-to-unreal/blob/main/src/extension.ts#L61

@nils-soderman nils-soderman reopened this Feb 12, 2023
@nils-soderman
Copy link
Owner

oh, cool, yeah that's definitely something I could look into!
Thanks for letting me know!

@nils-soderman nils-soderman added the enhancement New feature or request label Feb 12, 2023
@nils-soderman nils-soderman changed the title remote in ts Select which Unreal Engine instance to connect to Sep 9, 2023
@nils-soderman
Copy link
Owner

With the latest release 1.0.0 you can now use the command ue-python.selectInstance to select which UE instance to connect to.
Alternatively the command can be executed by clicking the status bar item showing the currently connected instance.

Thank you @francoisgfx for this feedback!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants