Search found 7 matches
- Sun Oct 09, 2016 10:38 am
- Forum: Dialogue System for Unity
- Topic: Calling a Method using SendEvent
- Replies: 3
- Views: 648
Re: Calling a Method using SendEvent
That was exactly the issue, here I thought I had made sure I put it in the right place, but I guess I was more tired at the time than I realized. Whoops! I did not know that about it being read as a string though, thanks for that bit of code. I would have run into that issue next. Thanks as always f...
- Sat Oct 08, 2016 9:26 am
- Forum: Dialogue System for Unity
- Topic: Calling a Method using SendEvent
- Replies: 3
- Views: 648
Calling a Method using SendEvent
Hello, I'm having an issue with the SendEvent sequence. My coding level is very, very basic at the moment, so I'm sure this is a matter of me not understanding something and possibly using the wrong sequence entirely, ahahaha. I have an empty gameobject called MoneyManager. I attached a C# script to...
- Sat Sep 24, 2016 1:41 am
- Forum: Dialogue System for Unity
- Topic: Chatroom UI Possible?
- Replies: 7
- Views: 787
Re: Chatroom UI Possible?
Ah, that makes sense. I'll check into TextMesh Pro. Thanks again for all the help with this! It's very much appreciated.
- Fri Sep 23, 2016 4:52 am
- Forum: Dialogue System for Unity
- Topic: Chatroom UI Possible?
- Replies: 7
- Views: 787
Re: Chatroom UI Possible?
I imported everything into a new project and everything worked flawlessly! Not sure what was causing the issue before, but it isn't there anymore at least. Thanks again for being so helpful. Over the course of the design process, I had wondered if there were a way to add pictures to the log. I initi...
- Thu Sep 22, 2016 12:31 am
- Forum: Dialogue System for Unity
- Topic: Chatroom UI Possible?
- Replies: 7
- Views: 787
Re: Chatroom UI Possible?
Thanks so much, you always go above and beyond with your customer service. I won't have time to do much experimenting today, but I'm going to dig into all this tomorrow and see if I can get it all working. The example looks awesome. Thanks again!
- Wed Sep 21, 2016 8:50 am
- Forum: Dialogue System for Unity
- Topic: Chatroom UI Possible?
- Replies: 7
- Views: 787
Re: Chatroom UI Possible?
Thanks so much for the response! My programming is pretty abysmal, so unfortunately messing with the code isn't something I can do with any confidence at this time, but the example is almost exactly what I was looking for. I did come across an issue though. I set up a completely empty scene and atta...
- Tue Sep 20, 2016 5:05 am
- Forum: Dialogue System for Unity
- Topic: Chatroom UI Possible?
- Replies: 7
- Views: 787
Chatroom UI Possible?
Hello! For context, I'm working on a game that has gameplay where you can communicate via text messages or in a chatroom like setting. I'd like to have it set up where previous dialogue boxes simply change their position rather than becoming hidden, and the player can scroll back up to read previous...