Is doing this sort of thing currently supported in any way for simple WFC?
![](http://i.imgur.com/X3aNDUv.gif)
unity procedural level generation with the Wave Function Collapse algorithms · By
Hmm it should be possible, but i've never tried to set it up.
Here's a comment about setting up constraints: https://github.com/mxgmn/WaveF...
I think the trick is to figure out the index of the desired tile, then in the wave array set that index to true and the rest to false for the desired tile. I also think the "while(Propagate())" has to be done before calling "Run(seed, limit)" to finish the output
from the unity component, you can access the underlying model ( SimpleTiledWFC.model ), which will have the "wave" array and "Propagate" method
Oh, also i think setting up manual constraints would have to happen between these lines: