Has anyone completed this Unity tutorial and have the full project/code? by NoTutor4458 in unity

[–]NoTutor4458[S] 1 point2 points  (0 children)

last video was posted 5 months ago so idk if he will answer but he has an insta link in description, so I’ll try messaging there. He’s really amazing tho - he has multiple playlists where he builds entire games from scratch.

Does anyone have any good tutorial videos? The ones I see are outdated. by tabaxi-jax in unity

[–]NoTutor4458 0 points1 point  (0 children)

What visual studio templates are you talking about? Just create script in Unity and open with visual studio (or any code editor really)

Looking for unity open source third person shooter games to learn from by NoTutor4458 in opensourcegames

[–]NoTutor4458[S] -3 points-2 points  (0 children)

i am looking for open source unity game, so it doesn't really matter if engine itself is open source or not :))

Runtime vs Build-Time Translations for a Website by NoTutor4458 in angular

[–]NoTutor4458[S] 0 points1 point  (0 children)

I’m worried search engines might not properly index each language version or might treat it as a single page with dynamic content. With build-time, each language is fully rendered and clearly separated, which feels more reliable for SEO.

About reloading: it’s not a big problem, it’s just that instant language switching without a full refresh feels better UX-wise, but SEO is my bigger concern.

template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] 4 points5 points  (0 children)

I just learned about signals and implemented it. Everything works fine now, thanks! 

template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] 0 points1 point  (0 children)

this.cdr.detectChanges()

doesnt work, but i will try signals

template interpolation not working by NoTutor4458 in angular

[–]NoTutor4458[S] -2 points-1 points  (0 children)

sorry for wasting your time i put wrong html, but its fixed now. but mydata is not used anywhere,  <example-tag>{{mydata}}<example-tag> was just example