directx12-seed icon indicating copy to clipboard operation
directx12-seed copied to clipboard

Assets not included in 'cmake-build-debug/bin/assets'

Open lordliquid opened this issue 3 years ago • 0 comments

Built fine, but trying to execute the program an exception was thrown while loading the assets. Some simple debugging directed me to missing assets in the cmake-build-debug/bin/assets.

I resolved it by moving the files from 'directx12-seed/assets' to 'cmake-build-debug/bin/assets'.

I followed the steps per the readme. Maybe something was preventing the files to be moved during build? Still learning a lot of this stuff so I'm not exactly sure.. Just thought I'd leave this here in case anyone else had same issue.

BTW, love the repo. Great place to start learning!

lordliquid avatar Jan 26 '22 02:01 lordliquid