Rubicks Cube.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11861
    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.

      #11864
      westray
      Participant

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

        #11863
        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!

          #11862
          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.