Some more info on the above. I get the same error when trying to do a save.
The error also happens when going to "SettingsManager" -> "Manage save-game files"-> choosing one of the save-game files.
It may be unrelated, bu…
Ok, I disabled the AutoSetFootstepSounds and now it works. I still cannot get the correct footstep to play based on the PhysicsMaterial (e.g. Footsteps_Grass) for the Surface with a Label "Grass", or rather, the Sound child will always pla…
I'm getting some compiler errors after upgrading to 1.81.2, one being:
Assets\Scripts\AutoSetFootstepSounds.cs(66,32): error CS1061: 'FootstepSounds' does not contain a definition for 'footstepSounds' and no accessible extension method 'footstepSou…
Hi,
Super quick reply!!
Thank you for this. Ok, the phrases/strings are usually scene specific so I'll create local string variables and call them with [localvar:xx] in the "Set Interaction parameters" components. Then they will autimatic…
Thank you so much for this. It works great!
I had to change the "joystickUI.playerJoystick" from private to public in the JoystickUI script and it works like a charm!
You could hook into the Joystick's OnJoystickStartMoving / StopMoving events to record the gap in time between releasing and re-controlling, and force the Player to run/walk, but you can't currently distinguish between the two provided joysticks.
F…
Thanks again. Need to make better use of the Events Editor for sure!
It's probably a Unity Editor error, but when looking at the Save-game File Manager I can only scroll down to "Save game X: Data" and Global Variables. Then the down scro…
I think I actually got it to work with InvInstance!
I kept your code to update the Property of the InvInstance, although I changed it to string dataString = Convert.ToBase64String(bytes), as I got errors on UTF8.
I also found the place to put the &q…
Thanks a lot for this. I haven't completely got my head around InvItem and InvInstance, and as the property of the photo inventory item doesn't show up in in the inspector, I wasn't sure if it is saved, so I changed one line as below to change it in…
Hi,
Thanks for getting back so soon. I'm not sure what you mean with storing image data as a string...
Without really knowing what I'm doing, this is what I have:
1. A screenshot is taken at runtime and added as a texture to runtime inventory/categ…
Hi,
Sorry to revive a very old post. In the above I was helped to create in-game screenshots that are added as inventory textures. I read the posts in the beginning of this thread of how to make these textures survive save/load of games, but I cann…
Hi, I all the above solved. I noticed I had a few scripts "e.g. ActionCameraCheck" in two places so when deleting the wrong ones all turned out good. Thanks again for all the help!
Sorry to mix different things, but they all happened at the same time so maybe related. I get these messages "The associated script cannot be loaded" for both the Input integration and the Mobile Joystick.
https://imgur.com/pCfn8rF
Ok, great thanks. AC updated!
When importing the Input System integration package I get loads of errors though. E.g. Assets\AdventureCreator\Downloads\Input System integration\Scripts\ACCursorPositionProcessor.cs(4,19): error CS0234: The type or na…