#Is there a place where I can get the full source code for the .uasset file?

6 messages · Page 1 of 1 (latest)

proven sandal
#

I'm a student who recently took a lecture.

Although the reference has a c++ source code.There were no uasset files

Is there a place where I can get the full source code for the .uasset file?

#uasset

edgy vector
#

So you're looking for a completed project of the course?

proven sandal
#

yes i want completed project. where can i find it?

edgy vector
#

You wont get a full project, there is the source though and you can build and compile it and from there create all the .Uassets.
You would need to import all the assets used in the course, the character for eg, and the source also contains all the sounds and effects used.
Creating the level and the landscape is something you would have to do yourself and that includes importing the foliage assets etc.

Other than that, the course itself as done by Stephen uses the valley of the ancients and and other marketplace assets so will be well over 100 gigs.

If you spent maybe 2- 3 days, maybe a week, you could use the source provided and create everything as all the code is already there.

proven sandal
#

I took all the courses, but I deleted my code

There's a part I don't remember, so I'm just trying to check that part, but I asked because it was hard to find it while listening to the lecture

edgy vector
#

Yeah, that's gonna be a headache but unfortunately there isn't a way around it.
You could download the source and then compare that code with yours and see what's missing, what you deleted, that's probably gonna be the quickest way I guess.