Hi , I am using the shell() commnad with the previous version of Unity without problems (in java script )but after upgrading Unity i am having a message : Unknown identifier ‘shell’ . There is a problem with the new version?
Thanks
HTwarrior
Hi , I am using the shell() commnad with the previous version of Unity without problems (in java script )but after upgrading Unity i am having a message : Unknown identifier ‘shell’ . There is a problem with the new version?
Thanks
HTwarrior
Sadly it was cut to reduce size of the player.
Luckily it’s simple to replace, so I have written a replacement class and uploaded it to the Unifycommunity Wiki.
Just place the Shell.js script into our project and add an import Shell; to the top of the scripts that used the old shell function.
See: http://www.unifycommunity.com/wiki/index.php?title=Shell
Thanks!!