Hi,
Here’s my problem, I 've got a script which is must be executed in editmode
@script ExecuteInEditMode()
This script uses the Selection class inside the update, but when I want to build,
I’ve got the following error :
Unknown identifier: ‘Selection’.
So I have to comment this section everytimes I build, is there a cleaner way to do that ?
Cordially