#Allowing Powershell scripts to run from editor

1 messages · Page 1 of 1 (latest)

final mantle
#

Im using a neovim integration package so that unity can communicate to my neovim instance, but it keeps telling me that the script that gets the PPID cant run because it isnt allowed to due to execution policies.

I have manually made a certificate and signed the script and i can run it just fine, but when its run through unity suddenly it loses those permissions. possibly because of scoped permissions from the unity process. How can i get around this?