Hello, I heard that Whitelist and Blacklist in Enum.RaycastFilterType are deprecated, What’s the new Whitelist?
Any help is appreciated, thanks.
Hello, I heard that Whitelist and Blacklist in Enum.RaycastFilterType are deprecated, What’s the new Whitelist?
Any help is appreciated, thanks.
It’s Enum.RaycastFilterType.Include for whitelisting and likewise, it’s Enum.RaycastFilterType.Exclude for blacklisting.
It causes a lot of problems like script timeout and so, because I generated 1000 rooms, Should I keep the Whitelist?
I don’t believe using Include instead of Whitelist is responsible for script timeout. That issue happens generally when there’s an infinite yield usually by coroutines.
I fixed the problem, by reducing the room amount to 100, anyways, thanks for solving my problem.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.