Bacall
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 3
-
Bacall created a post, AI Assistant (how do I change theme?)
Hi! Don't mind the messy prototype code. I want the color/theme in the AI Assistant (to the right) to match my code to the left. At the moment it's hard to read sometimes… Feedback: I've read some... -
-
Bacall created a post, Fold code #if UNITY_EDITOR
Hi! Is here a way to fold #if UNITY_EDITOR regions, like #region? See screenshot. #if UNITY_EDITOR doesn't have that arrow. Before anyone says regions are code smell, I like them :( -
Bacall commented, -
-
-
Bacall created a post, NonAlloc in Unity is either deprecated or ineffective
Hi, just felt worth mentioning... I noticed Rider suggests "Use non-allocating method for ..." e.g. 'OverlapCircleNonAlloc'. But a Unity developer over at the Unity forums say they are deprecated o...