"exec" command does not exist

Issue #198 new
Former user created an issue

exec command does not get generated because the following is not true:

#if NET_4_6 && !NET_STANDARD_2_0

Enabling it manually causes compiler errors.

using Unity 2021.3.14f

Comments (1)

  1. Yusuf Ismail repo owner

    Thanks for reporting this, in previous versions of Unity the previous options for API compatibility were as shown below - picking 4.x would be required for exec to be available

    I’ve just tested in 2021.3 and it looks like the API compatibility levels are now different as shown below. I’ll need to look into when this happened and what this means and I’ll update the preprocessors and documentation as appropriate

  2. Log in to comment