Hello everyone i was wondering how can i achieve the mechanic of connecting wires using just widgets?
Right now i got six widgets: 3 on the left side of the screen the others are on the right side. So i need to connect them using some cable, wire or something.
I know that there is a Drag and Drop operation, but it does not track the mouse while dragging.
(I need to implement the exact mechanic that is on Among Us wires task)
Even though it’s rather basic, there are too many screenshots to drop here and it would take time to document it properly. But here’s the project that could be a primer for something like this:
Feel free to take it apart, use as is or ask questions if things are unclear.
Thank you! What an amazingly quick response! That solved every issue regarding wPlug.
I also ran into an issue with importing wWireBoard, for some reason Event Graph and On Paint are going haywire, but the the On Drag Over function seems fine.
Hey! Sorry for my late response. Initially I copy pasted the .uasset files.
Afterwards, I did it through the method you mentioned, but it resulted in the same kinds of issues as I mentioned above.
In the other comment you mentioned that the Wire Board widget needs to be recreated. Is this the wWireBoard widget? I’m not entirely sure where this set of 5 components need to be placed.
An example of an issue in the On Paint issue I am presented with are for example the Starter Plug, when I refresh the node with W Plug as the variable type, it cannot connect to the lower component. Also, a FindPlugOffset component can’t be created, to replace the ‘Find plug wire offset’ function:
Is this the wWireBoard widget? I’m not
entirely sure where this set of 5
components need to be placed.
Anywhere in the Content folder - there’s a step-by-step in the docs link. Not sure about the errors at this point. Consider migrating it. Fixing references manually may not even be possible, you simply do not have those objects. And you do not have the required functions…
This is not something you can copy / paste.
Or are you saying that you’re seeing the errors after migration?!
Or are you saying that you’re seeing the errors after migration?!
This is the result after migrating as stated in the documentation, I did not copy paste it.
After migrating it a couple of times, I migrated it into the content folder itself (instead of a child directory which I created for it), which seemed to resolve the issue.
Thank you for all the time you’ve put into assisting me with this.