When continuously holding the pick-up object, not the initial lift.
I tried to increase and decrease the speedFactor variable to really high and low numbers but it doesn't seem to be changing anything.
I tried to increase the force in the scripts …
Update:
I tried to lower the Mass to 1 and even lower as mentioned in the document. I also tried to edit the DragBase script SetRigidbodyDrag and SetRigidbodyAngularDrag to 1. However, the Pickup object is still delayed quite a lot when following t…
I don't do anything to block the gameplay previously. Simply interact with a hotspot to run an actionlist to open the UI.
One more thing, if I click other buttons in the UI first, then the Cycle button will work properly.
Here is the setup of the …
Thanks, Chris!
I'm using AC 1.83 and Unity 6000.0.45f1.
Turns out it's not because I set it up wrong. For some reason, when I first click on the cycle button, it changes to the next image, then I can't interact with the UI anymore. I'm using keybo…
I updated from 1.81.7 to 1.82.5
I tried Menu: Select, nothing changed. I also tried to check/uncheck the Inventory settings. Btw, I'm using keyboard, not mouse.
I've uploaded some screenshots of the UI setup. There's a script on the Wheel button t…
Just found a way to store the Date/Time to Global Variable. Is there a better way to do it?
using System.Collections;using System.Collections.Generic;using UnityEngine;using AC;public class DateTimeToGlobalVariable : MonoBehaviour{ public int va…
I found the problem. When I set ActionList to run for the button with Menu: Change state - Show menu element on top of the ActionList, the Click Texture won't show at all. It's not a big problem to me. I just want to let you know in case it's a bug …
Here are the menu setup and the ActionList. All the buttons are the same. Others are just Graphic and Label
https://drive.google.com/drive/folders/1loX89DWtuAZk_SJU43M8RfqcHKxTNfhz?usp=sharing
Hi, I can't figure out how to make it work. Could you point out where I'm doing wrong?
I added the script to a gameobject prefab
https://drive.google.com/file/d/1m4cKqjN--e4ZKmN6OLj70bCNvLUc6-XX/view?usp=sharing
I used Object: Send message in the …
I get the idea but don't know where to attach this script. Is it for Unity UI? I'm still using AC Menu for the inventory. I'll switch to Unity UI if it's the only way to achieve it.
Sorry Chris. I described it as not clear. I only want the inventory to shift left/right when I reach the first/last item displayed.
Also I got this error when trying your solution
https://drive.google.com/file/d/1g1Vp8bJlZi2NfXFu_LHeTnV5SyFad8be/vi…
You're right, Chris. I finally managed to make it work by following this tutorial https://adventurecreator.org/tutorials/creating-inventory-bar-unity-ui. First time making Unity UI so I still don't know how things work. Thanks for the support!
Change the Walk speed scale seems a better choice in my case. Also great to know other options. They would fit into different situations.
Thanks a lot, Chris!