Rubicks Cube.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1365
    westray
    Participant

    I haven’t had much time for programming at the moment but here is a small example of a Rubicks cube I made.Please feel free to examine How I did it and give any feedback.It requires flowCanvas(obviously),DOTween Pro and the DOTween nodes available in the dowloads section.

    Attachments:
    You must be logged in to view attached files.
    #1374
    westray
    Participant

    Anybody had a chance to try this?Seems very quiet round here!

    #1375
    Gavalakis
    Keymaster

    Hey,

    I just tried this.
    This is very cool and quite better and polished than the previous Rubick’s Cube 🙂
    I also much like the live shuffling that is happening in the beginning!

    One thing that I think would help you in the future to make graphs more manageable, would be to use Asset graphs instead of always using Bound ones. For example the FlowScripts attached to the “Cubes” as well as the “Faces”, could very well be reusable asset Graphs instead, since they are identical among all Cubes and Faces respectively. This way, if you later need to make a change to one of those graphs, that change will be common among all objects using that asset graph for example.

    Other than that, nicely done!
    Thanks a lot for sharing!

    Join us on Discord: https://discord.gg/97q2Rjh

    #1378
    westray
    Participant

    Thank you for your comments.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.