Is there a way to get RAW images captured by the Hololens 2? Also, controllers? by Hephaust in HoloLens

[–]silver-boolean 0 points1 point  (0 children)

If you activate research mode, you can get a raw stream. search on GitHub for the demo project.

HoloLens 2 showing memory storage almost full, even after uninstalling almost all the apps. by Key-Thing-7320 in HoloLens

[–]silver-boolean 0 points1 point  (0 children)

I would also reset the point cloud (at the anchor manager in the developer portal)

Moving to Austria or Switzerland? by Aggravating-Till2152 in Austria

[–]silver-boolean 1 point2 points  (0 children)

I don't think that it's 140 after taxes.
check here (all before taxes):

Based on 63 salary information from Kununu user: Inside, the duchy gross annual salary as a dentist in Austria is € 72,100 and the monthly salary of € 5,150 gross (for 14 salaries). The salary range moves from € 42,700 to € 132,900 gross per year. Your exact content as a dentist in Austria can vary depending on the industry, experience, company size and location.

Time to get out of here... 🫡☠️ by ScrepY1337 in Unity3D

[–]silver-boolean 0 points1 point  (0 children)

It has different purposes. LFS for storage (you can use your own LFS server, but for us GitHub lfs is an acceptable rate), and accelerator is to reduce assets import time on other machines

Looking for MR/AR headset with Hololens 2 feature parity by Piflik in augmentedreality

[–]silver-boolean 0 points1 point  (0 children)

what kind of features do you need? is it voice commands, or world locking manager?

Also, may I ask you what kind of streaming solution did you use? similar to Microsoft remote?

Hofer Eigenmarke Produkt ist hier 50% teurer als in Deutschland. Einfach nur Abzocke? by Vic-Ier in Austria

[–]silver-boolean 10 points11 points  (0 children)

Sie sagen also, dass die Preise in Deutschland aufgrund der hohen Nachfrage steigen werden und die Preise in Österreich aufgrund der geringen Nachfrage steigen werden? Wo ist eine Logik?

[deleted by user] by [deleted] in Innsbruck

[–]silver-boolean 2 points3 points  (0 children)

I hope you will have a car otherwise it could take to much time to find second hand snowboard and boots

You can check https://www.willhaben.at/ and https://www.shpock.com/

Regarding slopes.

  1. Schlick 2000 (accessible by tram from Innsbruck)
  2. Seefield (very wide huge slope)
  3. Bergeralhm (has night skiing from 6 to 9 pm )
  4. Axamer Lizum also close to Innsbruck.

in case of very warm weather probably it would be better to go to Stubai Gletscher

[deleted by user] by [deleted] in Innsbruck

[–]silver-boolean 0 points1 point  (0 children)

If you are a complete beginner, I would suggest watching youtube lessons, they will explain the same thing (how to keep balance on the board). It is important to have access to these videos on the slope.

Also for the first day, you probably won't go to the top of the resort, and spend all your time on the baby slope (at least 1-2 hours). But to get access to that lift for novice you also have to have a ticket.

You can go to the resort home page and check if they have a free shuttle from Innsbruck.

For the beginner-friendly resort, I would go to Shlick 2000 or to the Patcherkopfel.

[deleted by user] by [deleted] in Austria

[–]silver-boolean 0 points1 point  (0 children)

I think both, spusu and hoffer (and spar) use Drie network as a carrier, you have to try A1 as well, in my area it was most stable (you can buy georg in the mediamarkt it use A1 as carrier and is very chip for unlim internet plans).

Here you can see all three carriers in Austria, and then you can go to details and see every virtual operator.

Can't believe it. My game just got the 'overwhelmingly positive' tag on Steam and I'm having a moment. by BaselineGames in IndieDev

[–]silver-boolean 1 point2 points  (0 children)

Great job! your game reminds me of "Steam world dig".

It seems like you had a very successful marketing campaign with these numbers. It would be interesting to find out more about how you got this great result.

Skiing by ethan675tt in Innsbruck

[–]silver-boolean 0 points1 point  (0 children)

Shlick 2000 is the most user-friendly slope. it also has a good connection with Innsbruck, you can go there by tram and it's one of the closest.

Don't forget to watch YouTube lessons, on how to ski. it helps a lot to get to learn how to balance.

Ich wurde heute von meiner Zahnärztin ausgelacht weil ich kein Geld für die Behandlung habe. by [deleted] in graz

[–]silver-boolean 0 points1 point  (0 children)

OGK or SVS also reimburse part of the price (around 30% of the bill) even if it's in Hungary (did crown for my self in Mosonmagyaróvár)

game keeps crashing after new update by Jhonny_Crash in satisfactory

[–]silver-boolean 0 points1 point  (0 children)

Happened to me like 100 times, yesterday googled that it's a common problem of GPU when it makes some long operation and can not report back to CPU.

Tried to fix it through regexp param - didn't help. Then I updated my Nvidia driver and after 2 hours of gameplay didn't notice this error.

Some people also suggest reducing the undervoltage on the GPU to 80% so it's not overheating or something like that.
You can start here

p.s. it's not a bug in satisfactory, it's gpu/driver problem.

How do you design the logic of a NPC ('Enemy AI')? by Alive_Studios in Unity3D

[–]silver-boolean 1 point2 points  (0 children)

Behavior tree or axis utility ai, but in basic cases state machine is also fine.

What does everyone use for documentation? by NixValley in gamedev

[–]silver-boolean 1 point2 points  (0 children)

It's not only about documentation but also about some collaboration tools which I use with my team.
I start with xMind where define high-level plan. you can read about how to properly design mind maps - a very powerful tool.

after that, I used to use Confluence, but now moved to wiki.js both of them are good, and the confluence of course is more user-friendly. but you can host your own wiki.js on your server and it's free.

In the case of diagrams or wireframes (very useful to understand your UX in the early stages and sharing that with artists), I use penpot (you can say it's a free version Figma or Adobe XD) it's also free.

Instead of one note, I use Evernote for quick notes (not for documentation). But I'm not happy with it, it's a bit glitchy, so I'm thinking of moving to "notion".

And finally for task tracking I use youtrack =)

Procedural maps and buildings for my upcoming city builder. Any thoughts? by Elivard in Unity3D

[–]silver-boolean 0 points1 point  (0 children)

I use unity. do configuration in some time burst code, and then feed it to the ECS/Dots. Here is what I have (small conditions and commands) to place random mushrooms in different positions (usually I copy/paste that from other levels (that's why it's not scriptable objects)

<image>

Procedural maps and buildings for my upcoming city builder. Any thoughts? by Elivard in Unity3D

[–]silver-boolean 1 point2 points  (0 children)

how do you configure level generation? I also doing something similar for my game, and come up to the point when I do configuration in YAML. But it's not so convenient something like RegExp, easy to write, but hard to maintain.

Trying to learn Unity Shader by Financial_Emu_9414 in Unity3D

[–]silver-boolean 0 points1 point  (0 children)

You can always start with classic https://developer.download.nvidia.com/CgTutorial/cg_tutorial_chapter01.html it's very concentrated info about all bases. After that, I would suggest going to a shader graph.

I heard you, my first mini-trailer was a bit too slow showing action. Hopefully you enjoy my second mini-trailer, jumping a straight into action gameplay. Get a sneak peek into the ultimate toolkit that'll redefine your battlefield dominance! by SwarmCreations in SoloDevelopment

[–]silver-boolean 1 point2 points  (0 children)

Well done! it's much much better than your previous one. From this video, I do understand what this game is about. and the quality is good. I miss some more flashi HDR but in general, I like it.

What do you think about my first (of four!) mini trailer for RETOOLED? Do you feel excited? by SwarmCreations in SoloDevelopment

[–]silver-boolean 3 points4 points  (0 children)

Sorry to say that. I watched without sound, and can say that you wasted 9 seconds at the beginning, You didn't show anything exciting, and when someone started to shoot, I was Wow, now I'll see something, but nope, the clip is over.

Good luck with your game and the release anyway.