Jump to content

adamc03

Member
  • Posts

    16
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

adamc03's Achievements

  1. Which Gpu is best to go for? They is only £30 between them, I know the rx 6750 XT is older and the rx 7600 xt has 16gbs of vram vs the 12gbs on the rx 6750 xt both are XFX cards. My motherboard has only pcie 3 slots.
  2. Which one of these gpu would be best? Gigabyte AMD Radeon RX 7600 XT GAMING OC 16GB GDDR6 Graphics Card https://www.scan.co.uk/products/gigabyte-radeon-rx-7600-xt-gaming-oc-16gb-gddr6-ray-tracing-graphics-card-rdna3-2048-streams-2810mhz XFX AMD Radeon RX 7600 XT Speedster SWFT 210 16GB GDDR6 Graphics Card https://www.scan.co.uk/products/xfx-radeon-rx-7600-xt-speedster-swft-210-16gb-gddr6-ray-tracing-graphics-card-rdna3-2048-streams-275 Would both of them work with my motherboard which is a Asrock b450 steel legend atx am4 motherboard which is pcie 3 though.
  3. In the first scene (grass scene), the player works fine in the grass scene, but inside the house, the player after any input the player moves back a bit. The video of what happens - https://i.imgur.com/aHXwCR7.mp4 my player movement script is below. using System.Collections; using System.Collections.Generic; using UnityEngine; public class playeMovement : MonoBehaviour { //public Animator animator; public float moveSpeed = 5f; public Rigidbody2D rb; public Animator animator; Vector2 movement; public static playeMovement instance; public string areaTransitionName; public void Awake() { if(instance == null) { } else { Destroy(gameObject); } instance = this; DontDestroyOnLoad(gameObject); } public void Update() { movement.x = Input.GetAxisRaw("Horizontal"); movement.y = Input.GetAxisRaw("Vertical"); animator.SetFloat("Horizontal", movement.x); animator.SetFloat("Vertical", movement.y); animator.SetFloat("Speed", movement.sqrMagnitude); } private void FixedUpdate() { rb.MovePosition(rb.position + movement * moveSpeed * Time.fixedDeltaTime); } }
  4. I recently bought WD Blue SN550 1TB NVMe SSD WD Blue SN550 1TB High-Performance M.2 Pcie NVMe SSD: Amazon.co.uk: Computers & Accessories The speeds Western Digital claims it should be is read 2400 and Write 1950. Crystal Disk mark gets 2433 Read and 1986 Write AS SSD Benchmark gets 2211 and Write 1930. Which one of these software is more likely to be right with its numbers, are theses numbers good for what Western Digital claims?
  5. I'm looking for a affordable m.2 SSD 1tb are the three below good speeds and any good? WD 1TB Blue 3D NAND M.2 SATA SSD/Solid State Drive LN83530 - WDS100T2B0B | SCAN UK Western Digital Blue SN550 1TB M.2-2280 SSD - WDS100T2B0C | CCL Computers (cclonline.com) Seagate BarraCuda Q5 Series 1TB M.2 PCIe NVMe SSD/Solid State Drive LN112152 - ZP1000CV3A001 | SCAN UK
  6. I have just bought the NZXT 510 case and i have the Asrock b450 steel legend motherboard, i just notice i don't have anywhere to put the type c font connection on my motherboard and i only have one usb 3 connections on my motherboard. I have seen this adapter but it would mean i still would only be able to use one usb port on the front - LINKUP - USB 3.0 Internal IDC 20 Pin Motherboard: Amazon.co.uk: Computers & Accessories So i was thinking if i bought this and this would it work if i bought both of these? LINKUP - USB 3.0 Internal IDC 20 Pin Motherboard: Amazon.co.uk: Computers & Accessories LINKUP - USB 2.0 Female to USB 3.0 Male 20 Pin IDC: Amazon.co.uk: Computers & Accessories
  7. Thanks for both of you replying, i think that fixed it, this is the third time trying to get it in the right place. The manual wasn't really that clear.
  8. The computer works fine, it just turning on without having to touch the on button.
  9. Just finished building a new computer, the computer case has an integrated power supply. when the plug switch is turn on the computer turns on without having to touch the power button. could they be a setting i need to change?
  10. When i try to run a game on windows 7, nothing happens after checking event viewer i see this log in event viewer. Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
  11. Thanks for your help, yeah I now reslise that not many RGB can do a proper white, but after messing with just the cover rgb and turning down the red RGB a lot it looks white. I wish white wasn't part of my colour sheme. ha.
  12. Does anybody else have the asrock b450m steel legend, does the RGB when on white look bit purple instead of white? https://i.imgur.com/s2eZc9K.jpg
  13. I have installed a new SSD with windows booting off it and also still have the hard drive with bootable windows also, will this be fine or once I backed up my files should I wipe the old hard drive?
  14. Hi Zagna, The MSATA SSD is for a till
×