UnrealVoxel - blocky Minecraft-like infinite world + download

Hello! What about license? Is it possible use this pack in commercial projects?

Of course you can use it in commercial projects. There is no worries about it. Of course I would like you to first do some work before publishing it anywhere. Of course I saw that some people tried to sell it as Early Access game which in my opinion is not how it suppose to work.

Hey guys,
I updated plugin to newest 4.19 v2 version: UnrealVoxel_4.19v2.zip
https://sellfy.com/p/Ho2F/

I removed bugs and fixed latest 4.19 crash with destructible mesh.
I cleaned code and BP and add generation World features.

I am preparing bigger update soon!

Tease us :stuck_out_tongue:
I would rather not work on something that you will add in an update.
Do you plan on supporting cubic chunks or other shapes than cubes (slopes) ?

So I am planning four main improvements:

  • caves
  • water
  • LOD system
  • one of the following: mobs / day-night and weather / npcs

It will be released for 4.20, donā€™t know when exactly.

I wonder if it would be possible to post this plugin in the Marketplaceā€¦

hey i am wondering how do i save newly made variables in game with your save system?
sorry but i cant figure it out, i did get the chunkszelements to spawn down alot more thank for that help by the way : )

There are multiple .sav files which contains:
1 seedName
2 seedNumber
3 sectorsArrY
4 sectorsArrYned
5 characterTransform
6 itermsIndexes
7 itemsCounts
8 controlRotation
9 customSettings

1+2 generation seeds for noise
3+4 state of all voxel changes
5+8 position and rotation of character
6+7 inventory types and count
9 graphic settings

You can add your values there. To check whole logic start from SaveGame widget CreateSaveGameObject

Updated plugin to 4.20 and changed quite a bit. I also adapted savegame system which finds files and reads creation time for platforms so it should work for not only Win32, Win64.
Here is new splash and still working on some features so stay tuned!

eb9cedbfd39f75832c4d097c8a7ac5da.png

Thanks for the savegame help :slight_smile:
also what things have you changed in 4.20 ?
im really looking forward to cave generation the most : )
keep up the excellent work mate its a great project

Cave generation will be added and LOD system. Thank you!

I just realized that someone from Indonesia made video about this project :slight_smile:
https://.com/watch?v=VE88LVnyWag

hi i cant seem to get your updated 4.20 version on sellfy, it says its been updated on the 26th and 27th but it only shows the 4.19v3 version for some reason ?

Hmm it seems that I didnā€™t save changes after updating. I will upload it once again and save.

thank you

youā€™re welcome!

Have been working through your twitch challenge videos on , Have learnt a lot by following along. (Just finished generating trees)
Am hoping to buy your toolbox soon so i can see the changes and optimizations in the source code you have made since the original.

Hello, thanks for your amazing creation. I am considering about purchasing your kit but I have several questions:

  1. will it be easy to add new blocks?
  2. does it support water?
  3. what kind of support will i get?

thanks so much for yor time! :wink:

There is new 4.20 demo to download:

:slight_smile:

Because of nativize BP classes and some optimization fps is almost doubled and so smooth :slight_smile: