Wow @ChrisIceBox, this is amazing. It's exactly what I needed; Thanks so much!
I'll battle-test this thing in my current project, the first test looks very promising.
(Image)
You can now right-click on a prefab in your scene hierarchy and choose "unpack prefab", that basically does the same thing as "break prefab instance" used to. I just noticed this new behavior too and unpacked some old prefabs, an…
Gosh this is so bizarre:
I made a new empty scene in the project, threw down a plane with a navmesh and playerstart, added a gamecamera, rotated it 180 degrees and set it to follow my player, then hit play. Works perfectly, of course. The spin rota…
Hi @gmork6! Yes, I see what you're trying to do. This one is a bit trickier, perhaps you'd be better off, in this case, using the method mentioned earlier, of using a camera to create the 'reflection'. Maybe this free asset from the Unity Asset Stor…
Ah amazing. I didn't know about Active Inputs. Once again you thought of everything :)
I set the Pause menu to manual and created an active input to open and close it. That indeed fixes the UI problem! But it introduces an Input problem:
I made one …
Unity 2017.2 and AC 1.60.3. I'm not sure how far back it goes.
I tried setting the Options menu back to AC (it does look a little differently but I don't think I messed with the functionality that much), but it still happens.
Here are the settings f…
Timeline seems like a cool feature very similar to AC's actionlists (love it when more and more of these things start becoming native to Unity), but the fact that it is based on an Animator seems a little limiting. They said at Unite 2017 that they …
Hey pistola, thanks for reporting, that sound very weird. In what way did the computer freak out? Black screen? Freeze? Any errors? I'm not sure I have player logging enabled in that build - could you look in ~/Library/Logs/Unity/ for a file called …
@AdventureFan hm yeah maybe the effect differs depending on the scale you're using, or maybe there are other settings I missed that are affecting the sensitivity. You might as well try combining it with the torahhorse prefab then. The problem I had …
@AdventureFan ah right I forgot to mention I ended up stripping that code out because it was causing some issues, and going fully with the AC FPS script. After updating AC to the latest version the smoothing was way better so I didn't really need it…
Thanks! There are four discrete endings, although they aren't shockingly different. You can run away with the girl, run away after visiting the cellar, mess up and die, or get the 'good' ending.
Update: I tracked it down to being the third-party mouselook script. I originally used it because the first-person component sensitivity was too jittery, but it seems way better now! I don't know if it's been updated or something to do with Unity th…
I'd love to be able to use Ink for small AC projects that Dialogue System is just too bloated for, but unfortunately the workings behind it go over my head too. I saw the Inkle guys at Unite last year and they said they're up to help anyone get star…
I've had great success combining the AC FPS prefab with the mouse smoothing script from Torahorse's first-person drifter controller. I'll post it in the Extending The Editor category soon.
I get the message "Cannot find translation for Speech line ID '-1' because the text has not been added to the Speech Manager." whenever I run a scene with 1.55a on 5.5.0? I've not done anything to the speech manager, and didn't see the mes…