br4kejet
br4kejet
CC#
Created by RV on 10/16/2024 in #help
WPF RichTextBox is very slow
You wouldn't want to use the built in text box controls since they regenerate the Text property any time the contents change
7 replies
CC#
Created by RV on 10/16/2024 in #help
WPF RichTextBox is very slow
Use that or make your own editor
7 replies
CC#
Created by FunHyper on 10/15/2024 in #help
Is List.Contains(Object) checks by address or by value?
Dictionary ContainsKey is the same but uses the hash code to do the internal calculations first before calling Equals
6 replies
CC#
Created by FunHyper on 10/15/2024 in #help
Is List.Contains(Object) checks by address or by value?
The list is just going through all items and calling the Equals method on I think the parameter and it passes in the next items in the list (might be flipped, can't remember) until Equals returns true. If you don't override it then it uses the base object's Equals which is by address
6 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Np
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
I've never done this deep stuff in unity so can't help rip
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Look up tutorials for making a sidebar that can be opened/closed
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Then you definitely wanna learn the unity UI stuff
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Well WPF can do 3D but it's not like you import .obj and a camera
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
If all you're doing is making a simple app with no kind of 3D then i would recommend to
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
But if you;'re making a game then well you kinda have to use unity lel
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Or even windows forms worst case
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
I'd still rather write a UI in WPF though, since unity is kinda a game engine and uses a ton of system resources just to draw a few rectangles, WPF does absolutely nothing until you interact with the app, saves you some CPU
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
But I can see how that might work though
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Never done that
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
I didn';t know you could attach them to a button or whatever
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Oh wait C# scripts
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Different workflow then I guess, when I did a UI, it was some really cheeks, you do stuff like UITool.Button(10, 10, "Click me!", whateverElse)
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
I've made a few UIs in unity but i dunno what you mean by combine the code
168 replies
CC#
Created by tonir66 on 9/15/2024 in #help
hello this is video of one of my biggest problems PLEASE ANYONE HELP ME
Unity is a game engine so UI stuff is only the small part
168 replies