For a game engine as big as Unity is, the documentation is absolutely atrocious for some features. It either has weird examples or outdated information, and as they deprecate features left and right, even LLMs can't figure out anything. ๐
For a game engine as big as Unity is, the documentation is absolutely atrocious for some features. It either has weird examples or outdated information, and as they deprecate features left and right, even LLMs can't figure out anything. ๐
Took a graph class about a year ago. Used a python package called networkx, it seemed to have a function for anything. Had an obscure problem today, turned it into a graph problem, wondered if networkx had a function to solve it. It fucking did. Ty networkx you can solve any problem I have!