Hmmm, an interesting read, thanks for the heads up - reading through, it definitely seems like using timeline to script cutscenes is a no-go, at least for now. Looks like the best we can do for now is to use ORK to start Timeline events such as came…
Yep, all fixed now! I just started the battle from a combatant (via the event system) rather than the Battle Component itself, and 'boom' - works perfect!
Thanks for your assistance!
Hi GiL, I believe I've found a bug related to Move AIs and Custom Components.
If I have multiple NPCs as the child of a parent GameObject, then only the first NPC receives movement targets. I did some digging, and believe the cause is line 648 of M…
Hmm - that is strange. Like I say, I have got it working for now, although I'd like to know that everything is working as it should.
I'm using 2.7.0, although I have made some changes to the ORK source code - perhaps it's possible that some of the…
I believe I have solved the problem. I didn't have spaces in my variable names, but I did in my scene names. Removing the spaces there fixed what was proving a very tricky problem.
Just an idea, this may be a point worth clarifying in the document…
I'm using Scene IDs - here are the full settings for my item collector:
Another thing I just noticed is that when the save point dialogue appears (i.e. before I actually try and load a game), the following error is displayed in the console:
E…
This is so ridiculously awesome! Hold my hands up, I was one of the people whose card was declined when the Tilt went through, but I spoke with Alex and we sorted it out pretty quick. End of the month, you know how it goes!
But this is very excitin…
No worries - I think what I'll do for now is not worry about the quest log until I'm a bit clearer on how I'm going to structure everything.
Thanks for your help!
Yes, I think this is the best way. Slightly ashamed I didn't just realize that myself :|
One last question - is it against the rules to host the ORK files on a public Github, but something like Bitbucket is okay?
Okay, I'm in. For some reason, Tilt decided to use my real name (spoiler: my real name isn't Randy Orlando!), but I'm sure I'll survive.
Let's hope we can achieve our goal!
Hi there,
Since updating to Unity 5.2.3, I'm encountering numerous errors when I load ORK and click 'Menus' or 'Game'. Sample:
MissingFieldException: Field 'UnityEngine.TextEditor.pos' not found.
ORKFramework.Editor.ORKEditor.TextArea (System.St…
Hello, my fellow RPG maniacs! I just created an account to post on this thread, as this is a subject that is near and dear to my heart. Currently I've been working on modifying TBTK (link) to achieve my aims, although it's far from ideal to be perfe…