<< Back to Programming Forum   Search

Posts 1 - 13 of 13   
Spot the Bug: 3/16/2022 14:42:13


UnFairerOrb76 
Level 58
Report
Hi Im creating a game in school atm and I want to play a game. Spot the Bug:

https://www.linkpicture.com/q/DonutBug.png


Edit: it may be hard to spot ;)

Edited 3/16/2022 14:42:35
Spot the Bug: 3/16/2022 14:52:33


UnFairerOrb76 
Level 58
Report
some context: Was wanting to spawn one donut for the rollercoaster down the red bit at the bottem right of the pic

used the start function (spawns it at start of game) which in theory should have worked but instead spawned 10 at once for some reason

spent 30 mins hashing about and for some reason decided to change the start function to an update one (does the above but for every frame!) which led to this monstrosity 3 seconds after running the game

Extra bit: my Player (where the green label is) was instantly knocked into the void due to a rogue donut)
Spot the Bug: 3/16/2022 14:53:41


berdan131
Level 59
Report
Spot the Bug: 3/16/2022 15:20:36


καλλιστηι 
Level 62
Report
The "minimap" on the top right uses right-handed orientation.
The player uses left-handed orientation.

Edited 3/16/2022 15:20:43
Spot the Bug: 3/16/2022 16:56:39


UnFairerOrb76 
Level 58
Report
@berdan nice spot. i donut no whats going on there (a donut got too close too the lightsource and so is mega bright)

@k JK_3 brought that up too. its actually because when i was in player view before i paused i turned around and as the player is rotated then it rotates the arrows
Spot the Bug: 3/16/2022 18:12:22


καλλιστηι 
Level 62
Report
Right/ Left-handed orientation is an invariant for rotation.
Spot the Bug: 3/16/2022 19:03:02


UnFairerOrb76 
Level 58
Report
Orientation = player object rotation as well = arrows rotated when selected in editor (unless im getting myself confused)
Spot the Bug: 3/17/2022 11:52:33


UnFairerOrb76 
Level 58
Report
just double checked when i reopened the program and that is the case
Spot the Bug: 3/17/2022 18:21:57


JK_3 
Level 63
Report
so whats the bug? gimme a hint or something
Spot the Bug: 3/18/2022 04:06:22


UnFairerOrb76 
Level 58
Report
@JK_3 i donut know
Spot the Bug: 3/18/2022 06:30:12


Cata Cauda
Level 59
Report
The bug is that you actually intended on coding a first-person-shooter.
Spot the Bug: 3/18/2022 06:45:35


UnFairerOrb76 
Level 58
Report
^ Bingo Bango

r/technicallycorrect

Edited 3/18/2022 06:45:53
Spot the Bug: 3/18/2022 07:09:45


UnFairerOrb76 
Level 58
Report
background Music im currently using: https://www.youtube.com/watch?v=0UiiAg7gLTA
Posts 1 - 13 of 13