Hi!
I hope this messages finds well,
I am looking making a mobile chat system for our next game and I founded the Texline example!
My problem happens just after integrating the package
I get the following errors.
http://prntscr.com/10u990u
And some examples scenes have missingPrefabs
http://prntscr.com/10u9art
Thanks on advance!
Text Line doesn't work
Re: Text Line doesn't work
Hi,
Textline requires the Menu Framework package, also available on the Dialogue System Extras page.
If you don't need to whole Textline functionality, the Dialogue System includes an SMS Dialogue UI in Plugins / Pixel Crushers / Prefabs / Standard UI Prefabs / Pro / SMS.
You can ignore the 'Component GUI Layer' error. The GUI Layer is present for older versions of Unity (2018.4 and older) and is ignored in later versions.
Textline requires the Menu Framework package, also available on the Dialogue System Extras page.
If you don't need to whole Textline functionality, the Dialogue System includes an SMS Dialogue UI in Plugins / Pixel Crushers / Prefabs / Standard UI Prefabs / Pro / SMS.
You can ignore the 'Component GUI Layer' error. The GUI Layer is present for older versions of Unity (2018.4 and older) and is ignored in later versions.
-
- Posts: 10
- Joined: Tue Jul 09, 2019 12:24 pm
Re: Text Line doesn't work
Thanks so much!!!