Source code

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
wax_lyrical
Posts: 6
Joined: Wed May 29, 2019 6:14 am

Source code

Post 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!
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Source code

Post 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
wrapperToSource.png (46.67 KiB) Viewed 205 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.
Post Reply