Page 1 of 1
Source code
Posted: Tue Jul 07, 2020 12:33 pm
by wax_lyrical
Hi Tony
1. I'm sure someone will have asked this before, so sorry, but how do I get the scripts to look at? Currently, I only see the wrappers.
Thanks!
Re: Source code
Posted: Tue Jul 07, 2020 3:15 pm
by Tony Li
Hi,
The wrappers are in Plugins/Pixel Crushers/Dialogue System/Wrappers, and the scripts are in the Plugins/Pixel Crushers/Dialogue System/Scripts.
If you open the wrapper version in a code editor such as Visual Studio, right-click on the parent class name and select Go To Definition (or the equivalent for your editor):
- wrapperToSource.png (46.67 KiB) Viewed 204 times
The wrapper is an annoyance, but it allows people to try the precompiled evaluation version and then switch to the paid version without losing any references to any content they've created.